Defines | |
| #define | __orxEXTERN__ |
| #define | __orxPLUGIN__ |
| #define | _orx_H_ |
Functions | |
| static orxSTATUS orxFASTCALL | orx_DefaultEventHandler (const orxEVENT *_pstEvent) |
| static orxINLINE void | orx_Execute (orxU32 _u32NbParams, orxSTRING _azParams[], const orxMODULE_INIT_FUNCTION _pfnInit, const orxMODULE_RUN_FUNCTION _pfnRun, const orxMODULE_EXIT_FUNCTION _pfnExit) |
| static void orxFASTCALL | orx_MainSetup () |
Variables | |
| static orxBOOL | sbStopByEvent = orxFALSE |
Main orx include
Local include file
Kernel include file
Plugin include file
Utils (tools) include file
| #define __orxPLUGIN__ |
Definition at line 46 of file orxPluginAPI.h.
| static orxINLINE void orx_Execute | ( | orxU32 | _u32NbParams, |
| orxSTRING | _azParams[], | ||
| const orxMODULE_INIT_FUNCTION | _pfnInit, | ||
| const orxMODULE_RUN_FUNCTION | _pfnRun, | ||
| const orxMODULE_EXIT_FUNCTION | _pfnExit | ||
| ) | [static] |
Orx main execution function
| [in] | _u32NbParams | Main function parameters number (argc) |
| [in] | _azParams | Main function parameter list (argv) |
| [in] | _pfnInit | Main init function (should init all the main stuff and register the main event handler to override the default one) |
| [in] | _pfnRun | Main run function (will be called once per frame, should return orxSTATUS_SUCCESS to continue processing) |
| [in] | _pfnExit | Main exit function (should clean all the main stuff) |
| static void orxFASTCALL orx_MainSetup | ( | ) | [static] |
orxBOOL sbStopByEvent = orxFALSE [static] |
1.5.6