From 23a1dafcde70822a9899e9aab190f36521c1aedd Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Fri, 23 Jul 2021 02:32:18 +0100 Subject: add basic vpk file replacement --- NorthstarDedicatedTest/convar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'NorthstarDedicatedTest/convar.cpp') diff --git a/NorthstarDedicatedTest/convar.cpp b/NorthstarDedicatedTest/convar.cpp index ca5d8ef3..3bb95a95 100644 --- a/NorthstarDedicatedTest/convar.cpp +++ b/NorthstarDedicatedTest/convar.cpp @@ -2,6 +2,7 @@ #include "convar.h" #include +// should this be in modmanager? std::set g_CustomConvars; // this is used in modloading code to determine whether we've registered a mod convar already typedef void(*ConVarConstructorType)(ConVar* newVar, const char* name, const char* defaultValue, int flags, const char* helpString); -- cgit v1.2.3