53 #define orxPARAM_KU32_FLAG_NONE 0x00000000 54 #define orxPARAM_KU32_FLAG_MULTIPLE_ALLOWED 0x00000001 55 #define orxPARAM_KU32_FLAG_STOP_ON_ERROR 0x00000002 62 typedef orxSTATUS (orxFASTCALL *orxPARAM_INIT_FUNCTION)(orxU32 _u32NbParam, const orxSTRING _azParams[]); 65 typedef struct __orxPARAM_t
orxDLLAPI void orxFASTCALL orxParam_Setup()
orxDLLAPI orxSTATUS orxFASTCALL orxParam_Register(const orxPARAM *_pstParam)
const orxSTRING zLongDesc
orxDLLAPI void orxFASTCALL orxParam_Exit()
orxPARAM_INIT_FUNCTION pfnParser
orxDLLAPI orxSTATUS orxFASTCALL orxParam_SetArgs(orxU32 _u32NbParams, orxSTRING _azParams[])
orxDLLAPI orxSTATUS orxFASTCALL orxParam_Init()
orxDLLAPI orxSTATUS orxFASTCALL orxParam_DisplayHelp()
const orxSTRING zShortDesc
const orxSTRING zShortName
orxSTATUS(orxFASTCALL * orxPARAM_INIT_FUNCTION)(orxU32 _u32NbParam, const orxSTRING _azParams[])
const orxSTRING zLongName