CFx SDK Documentation
2020SP3
|
Go to the source code of this file.
Macros | |
#define | FX_DEFINE_DYNAMIC_MODULE(_UserModuleClass, _Application) |
#define FX_DEFINE_DYNAMIC_MODULE | ( | _UserModuleClass, | |
_Application | |||
) |
Description: Creates the entry point function for an ARES custom application. It will be checked if the core application can load this custom application. Usage: FX_DEFINE_DYNAMIC_MODULE( MyModule, "ARES Commander Edition" );