37 std::map<string, string> m_commandParams;
void SetAppCommandLine(const char *pCommandLine)
set string specifying the command line for the application, excluding the program name...
Definition: CommandLineParams.cpp:29
different physics engine has different winding order.
Definition: EventBinding.h:32
const char * GetAppCommandLine()
get string specifying the command line for the application, excluding the program name...
Definition: CommandLineParams.cpp:24
command line parameters.
Definition: CommandLineParams.h:8
const char * GetAppCommandLineByParam(const char *pParam, const char *defaultValue)
return a specified parameter value in the command line of the application.
Definition: CommandLineParams.cpp:90