diff --git a/public/tier1/convar.h b/public/tier1/convar.h index 9cff7e6c..13f3cf7f 100644 --- a/public/tier1/convar.h +++ b/public/tier1/convar.h @@ -17,7 +17,6 @@ #endif #include -#include #include "tier0/dbg.h" #include "tier1/utlvector.h" #include "tier1/utlstring.h" @@ -39,7 +38,9 @@ //----------------------------------------------------------------------------- class ConVar; +class ConVarRef; class CCommand; +class ConCommandRef; class ConCommandBase; struct characterset_t; class ConVarRefAbstract; @@ -373,7 +374,7 @@ public: ConCommandRef *Register(ConCommandHandle &hndl) { - return g_pCVar->RegisterConCommand(hndl, this); + //return g_pCVar->RegisterConCommand(hndl, this); } public: ConCommandCB callback;