diff options
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index bb6f19f3..4c81c49d 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -4,7 +4,6 @@ #include "logging.h" #include "keyvalues.h" #include "masterserver.h" -#include "gameutils.h" #include "tier0.h" #include "memalloc.h" #include "maxplayers.h" @@ -166,9 +165,6 @@ bool InitialiseNorthstar() // Write launcher version to log spdlog::info("NorthstarLauncher version: {}", version); - AddDllLoadCallback("engine.dll", InitialiseEngineGameUtilFunctions); - AddDllLoadCallback("server.dll", InitialiseServerGameUtilFunctions); - // run callbacks for any libraries that are already loaded by now CallAllPendingDLLLoadCallbacks(); |