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