diff options
Diffstat (limited to 'NorthstarDLL/miscclientfixes.cpp')
-rw-r--r-- | NorthstarDLL/miscclientfixes.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/NorthstarDLL/miscclientfixes.cpp b/NorthstarDLL/miscclientfixes.cpp index 4d0e2508..f18204cd 100644 --- a/NorthstarDLL/miscclientfixes.cpp +++ b/NorthstarDLL/miscclientfixes.cpp @@ -1,7 +1,7 @@ -#include "pch.h" -#include "convar.h" -#include "NSMem.h" - -ON_DLL_LOAD_CLIENT_RELIESON("client.dll", MiscClientFixes, ConVar, [](HMODULE baseAddress) -{ +#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 |