introduces ios support? still needs metal
This commit is contained in:
@@ -13,15 +13,20 @@ typedef void(*ConCommandFn)(int argc, char **argv);
|
||||
interface IConsole
|
||||
{
|
||||
public:
|
||||
// Variables
|
||||
static void RegisterVar( ConVar *cvar );
|
||||
static void UnRegisterVar( ConVar *cvar );
|
||||
static ConVar *FindVar( const char *pName );
|
||||
|
||||
// Commands
|
||||
static void RegisterCommand( ConCommand *cvar );
|
||||
static void UnRegisterCommand( ConCommand *cvar );
|
||||
static ConCommand *FindCommand( const char *pName );
|
||||
|
||||
// Command buffer
|
||||
static void Execute( void );
|
||||
static CUtlVector<CUtlVector<CUtlString>> ParseCommandLine( CUtlString psz );
|
||||
|
||||
static void AddCommand( const char *psz );
|
||||
static void InsertCommand( const char *psz );
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user