From 64b8db08ed9bd9de5aae85aedbf07caf51cb819c Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 27 Jul 2021 04:27:26 +0100 Subject: add pdata support, improve filesystem hooks --- NorthstarDedicatedTest/dllmain.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NorthstarDedicatedTest/dllmain.cpp') diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 303afcfc..cc40a00c 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -8,6 +8,7 @@ #include "concommand.h" #include "modmanager.h" #include "filesystem.h" +#include "serverauthentication.h" #include bool initialised = false; @@ -56,6 +57,7 @@ void InitialiseNorthstar() } AddDllLoadCallback("server.dll", InitialiseServerSquirrel); + AddDllLoadCallback("engine.dll", InitialiseServerAuthentication); AddDllLoadCallback("filesystem_stdio.dll", InitialiseFilesystem); -- cgit v1.2.3