Started work on build system
This commit is contained in:
@@ -11,7 +11,10 @@ void ICommandLine::CreateCommandLine( int argc, char **argv )
|
||||
bool ICommandLine::CheckParam( char *psz )
|
||||
{
|
||||
for (auto szParam: cl_params) {
|
||||
V_printf("%s\n",szParam);
|
||||
if (!V_strcmp(szParam, psz))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@@ -58,4 +61,4 @@ const char *ICommandLine::GetParam(int nIndex)
|
||||
return cl_params[nIndex];
|
||||
}
|
||||
|
||||
static ICommandLine g_CommandLine;
|
||||
static ICommandLine g_CommandLine;
|
||||
|
||||
Reference in New Issue
Block a user