aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/miscclientfixes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/miscclientfixes.cpp')
-rw-r--r--NorthstarDLL/miscclientfixes.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/NorthstarDLL/miscclientfixes.cpp b/NorthstarDLL/miscclientfixes.cpp
new file mode 100644
index 00000000..4d0e2508
--- /dev/null
+++ b/NorthstarDLL/miscclientfixes.cpp
@@ -0,0 +1,7 @@
+#include "pch.h"
+#include "convar.h"
+#include "NSMem.h"
+
+ON_DLL_LOAD_CLIENT_RELIESON("client.dll", MiscClientFixes, ConVar, [](HMODULE baseAddress)
+{
+}) \ No newline at end of file