#include "orxInclude.h"#include "orxKernel.h"#include "orxUtils.h"Go to the source code of this file.
Defines | |
| #define | __orxEXTERN__ |
| #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 |
Definition in file orx.h.
1.5.6