aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-04-09 02:15:26 +0100
committerGitHub <noreply@github.com>2022-04-09 02:15:26 +0100
commite070b8b610de10401d62fdeee1037c4d451d40dc (patch)
tree24e3216b8806a198e14d6a89c589c59ec2d5f9ce /NorthstarDedicatedTest/dllmain.cpp
parent1de9ea495fbe0a73db670ee73c23fad844364b8b (diff)
downloadNorthstarLauncher-e070b8b610de10401d62fdeee1037c4d451d40dc.tar.gz
NorthstarLauncher-e070b8b610de10401d62fdeee1037c4d451d40dc.zip
add rui_drawEnable (#134)
* add rui_drawEnable * oops forgot to push vcxproj changes to branch * format clientruihooks.cpp
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index 22b9a673..b5e06e3a 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -40,6 +40,7 @@
#include "plugin_abi.h"
#include "plugins.h"
#include "clientvideooverrides.h"
+#include "clientruihooks.h"
#include <string.h>
#include "version.h"
#include "pch.h"
@@ -246,6 +247,7 @@ bool InitialiseNorthstar()
AddDllLoadCallbackForClient("client.dll", InitialiseLocalChatWriter);
AddDllLoadCallbackForClient("client.dll", InitialiseScriptServerToClientStringCommands);
AddDllLoadCallbackForClient("client.dll", InitialiseClientVideoOverrides);
+ AddDllLoadCallbackForClient("engine.dll", InitialiseEngineClientRUIHooks);
// audio hooks
AddDllLoadCallbackForClient("client.dll", InitialiseMilesAudioHooks);