aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-25 04:53:17 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-25 04:53:17 +0100
commit9c9afa37b9a410ea14b960c203a91bd8d8c767ca (patch)
tree1169321b84da266da382c15a2a14ea9ce38940c9 /NorthstarDedicatedTest/dllmain.cpp
parentcd727a453a7d42a61bd161ea0c9947aee644e4f1 (diff)
downloadNorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.tar.gz
NorthstarLauncher-9c9afa37b9a410ea14b960c203a91bd8d8c767ca.zip
deprecate clc_SetPlaylistVarOverride
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp3
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);