diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-25 04:53:17 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-25 04:53:17 +0100 |
commit | 9c9afa37b9a410ea14b960c203a91bd8d8c767ca (patch) | |
tree | 1169321b84da266da382c15a2a14ea9ce38940c9 /NorthstarDedicatedTest/dllmain.cpp | |
parent | cd727a453a7d42a61bd161ea0c9947aee644e4f1 (diff) | |
download | NorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.tar.gz NorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.zip |
deprecate clc_SetPlaylistVarOverride
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index e5ea9517..3439c6ce 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -16,6 +16,7 @@ #include "gameutils.h" #include "chatcommand.h" #include "modlocalisation.h" +#include "playlist.h" bool initialised = false; @@ -74,6 +75,8 @@ void InitialiseNorthstar() AddDllLoadCallback("engine.dll", InitialiseServerAuthentication); AddDllLoadCallback("engine.dll", InitialiseSharedMasterServer); + AddDllLoadCallback("engine.dll", InitialisePlaylistHooks); + AddDllLoadCallback("filesystem_stdio.dll", InitialiseFilesystem); AddDllLoadCallback("engine.dll", InitialiseKeyValues); |