diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-28 00:23:44 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-28 00:23:44 +0000 |
commit | faea1f108929fb01da91456ef36aecdca3e55d99 (patch) | |
tree | 2c636da0ee19873afb48e7f3034ee0459b576d96 /NorthstarDedicatedTest/dllmain.cpp | |
parent | fd0697f1ca5a39508805a7061247b60ac20e4ff2 (diff) | |
download | NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.tar.gz NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.zip |
initial work on ain file dumping
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 db422467..dad0d3ee 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -32,6 +32,7 @@ #include "maxplayers.h" #include "languagehooks.h" #include "audio.h" +#include "buildainfile.h" bool initialised = false; @@ -125,6 +126,7 @@ bool InitialiseNorthstar() AddDllLoadCallback("engine.dll", InitialiseSharedMasterServer); AddDllLoadCallback("server.dll", InitialiseMiscServerScriptCommand); AddDllLoadCallback("server.dll", InitialiseMiscServerFixes); + AddDllLoadCallback("server.dll", InitialiseBuildAINFileHooks); AddDllLoadCallback("engine.dll", InitialisePlaylistHooks); |