Migrated
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#ifndef TIER1_COMMANDLINE_H
|
||||
#define TIER1_COMMANDLINE_H
|
||||
|
||||
|
||||
#include "tier0/platform.h"
|
||||
|
||||
interface ICommandLine
|
||||
@@ -14,4 +18,6 @@ public:
|
||||
static int ParamCount();
|
||||
static int FindParam( const char *psz );
|
||||
static const char *GetParam(int nIndex);
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user