mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Fix compilation errors
This commit is contained in:
parent
6e5d2ac6ac
commit
906bd2ef70
@ -17,7 +17,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <interfaces/interfaces.h>
|
#include <interfaces/interfaces.h>
|
||||||
#include <icvar.h>
|
|
||||||
#include "tier0/dbg.h"
|
#include "tier0/dbg.h"
|
||||||
#include "tier1/utlvector.h"
|
#include "tier1/utlvector.h"
|
||||||
#include "tier1/utlstring.h"
|
#include "tier1/utlstring.h"
|
||||||
@ -39,7 +38,9 @@
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
class ConVar;
|
class ConVar;
|
||||||
|
class ConVarRef;
|
||||||
class CCommand;
|
class CCommand;
|
||||||
|
class ConCommandRef;
|
||||||
class ConCommandBase;
|
class ConCommandBase;
|
||||||
struct characterset_t;
|
struct characterset_t;
|
||||||
class ConVarRefAbstract;
|
class ConVarRefAbstract;
|
||||||
@ -373,7 +374,7 @@ public:
|
|||||||
|
|
||||||
ConCommandRef *Register(ConCommandHandle &hndl)
|
ConCommandRef *Register(ConCommandHandle &hndl)
|
||||||
{
|
{
|
||||||
return g_pCVar->RegisterConCommand(hndl, this);
|
//return g_pCVar->RegisterConCommand(hndl, this);
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
ConCommandCB callback;
|
ConCommandCB callback;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user