Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
extern "C" __declspec(dllexport) int ModuleGetAPIVersion()

 

 

Typically the function looks like so:

Code Block
languagecpp
extern "C" __declspec(dllexport) int ModuleGetAPIVersion()
{
	return COMPONENTS_API_VERSION;
}