diff options
Diffstat (limited to 'NorthstarDLL/core/convar/cvar.h')
-rw-r--r-- | NorthstarDLL/core/convar/cvar.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/NorthstarDLL/core/convar/cvar.h b/NorthstarDLL/core/convar/cvar.h index 3a3e1815..09fa8591 100644 --- a/NorthstarDLL/core/convar/cvar.h +++ b/NorthstarDLL/core/convar/cvar.h @@ -34,9 +34,5 @@ class CCvar std::unordered_map<std::string, ConCommandBase*> DumpToMap(); }; -// use the R2 namespace for game funcs -namespace R2 -{ - extern SourceInterface<CCvar>* g_pCVarInterface; - extern CCvar* g_pCVar; -} // namespace R2 +extern SourceInterface<CCvar>* g_pCVarInterface; +extern CCvar* g_pCVar; |