orx
1.14
Portable Game Engine
|
Go to the source code of this file.
Macros | |
#define | __orxEXTERN__ /* Not compiling orx library */ |
#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 |