Add -game command line argument.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-20 17:14:01 +02:00
parent a69fa0b00d
commit ec3972d511
2 changed files with 6 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ bool CommandLine::Parse(const Char* cmdLine)
PARSE_ARG_SWITCH("-build ", Build);
PARSE_BOOL_SWITCH("-skipcompile ", SkipCompile);
PARSE_BOOL_SWITCH("-shaderdebug ", ShaderDebug);
PARSE_ARG_OPT_SWITCH("-game ", Game);
#endif