diff options
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 6a079da0..edf4161a 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -38,10 +38,11 @@ #include "clientchathooks.h" #include "localchatwriter.h" #include "scriptservertoclientstringcommand.h" -#include <string.h> -#include "pch.h" #include "plugin_abi.h" #include "plugins.h" +#include "clientvideooverrides.h" +#include <string.h> +#include "pch.h" #include "rapidjson/document.h" #include "rapidjson/stringbuffer.h" @@ -241,6 +242,7 @@ bool InitialiseNorthstar() AddDllLoadCallback("client.dll", InitialiseClientChatHooks); AddDllLoadCallback("client.dll", InitialiseLocalChatWriter); AddDllLoadCallback("client.dll", InitialiseScriptServerToClientStringCommands); + AddDllLoadCallback("client.dll", InitialiseClientVideoOverrides); } AddDllLoadCallback("engine.dll", InitialiseEngineSpewFuncHooks); |