diff options
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 4e4978c9..70462e34 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -7,6 +7,7 @@ #include "logging.h" #include "concommand.h" #include "modmanager.h" +#include "filesystem.h" #include <iostream> bool initialised = false; @@ -55,6 +56,7 @@ void InitialiseNorthstar() AddDllLoadCallback("server.dll", InitialiseServerSquirrel); + AddDllLoadCallback("filesystem_stdio.dll", InitialiseFilesystem); // do this after all the other callbacks AddDllLoadCallback("engine.dll", InitialiseModManager); |