diff options
Diffstat (limited to 'NorthstarDLL/cvar.cpp')
-rw-r--r-- | NorthstarDLL/cvar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/cvar.cpp b/NorthstarDLL/cvar.cpp index 23d767fd..04594b8f 100644 --- a/NorthstarDLL/cvar.cpp +++ b/NorthstarDLL/cvar.cpp @@ -24,4 +24,4 @@ std::unordered_map<std::string, ConCommandBase*> CCvar::DumpToMap() } SourceInterface<CCvar>* g_pCVarInterface; -CCvar* g_pCVar;
\ No newline at end of file +CCvar* g_pCVar; |