diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-26 15:13:45 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-26 15:13:45 +0100 |
commit | a4434a4db16c347d5453354c1a15555d168ec7b9 (patch) | |
tree | 976188f0fef133c1f8fc7ebf757296b0ea848a7e /NorthstarDedicatedTest/dedicated.h | |
parent | e98fc31a93dfc9a14db7bb5510d25df0226d6fd3 (diff) | |
download | NorthstarLauncher-a4434a4db16c347d5453354c1a15555d168ec7b9.tar.gz NorthstarLauncher-a4434a4db16c347d5453354c1a15555d168ec7b9.zip |
commandline struct change, dedicated refactor
Diffstat (limited to 'NorthstarDedicatedTest/dedicated.h')
-rw-r--r-- | NorthstarDedicatedTest/dedicated.h | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/NorthstarDedicatedTest/dedicated.h b/NorthstarDedicatedTest/dedicated.h index ed2ae09e..96bb96c4 100644 --- a/NorthstarDedicatedTest/dedicated.h +++ b/NorthstarDedicatedTest/dedicated.h @@ -2,28 +2,4 @@ bool IsDedicated(); -struct CDedicatedExports; // forward declare - -// functions for CDedicatedServerAPI -typedef void (*DedicatedSys_Printf)(CDedicatedExports* dedicated, char* msg); -typedef void (*DedicatedRunServer)(CDedicatedExports* dedicated); - -void Sys_Printf(CDedicatedExports* dedicated, char* msg); -void RunServer(CDedicatedExports* dedicated); - -// functions for running dedicated server -typedef bool (*CEngine__Frame)(void* engineSelf); -typedef void (*CEngineAPI__SetMap)(void* engineApiSelf, const char* pMapName); -typedef void (*CEngineAPI__ActivateSimulation)(void* engineApiSelf, bool bActive); - -// struct used internally -struct CDedicatedExports -{ - char unused[64]; - DedicatedSys_Printf Sys_Printf; // base + 64 - DedicatedRunServer RunServer; // base + 72 -}; - -// hooking stuff -extern bool bDedicatedHooksInitialised; -void InitialiseDedicated(HMODULE moduleAddress); +void InitialiseDedicated(HMODULE moduleAddress);
\ No newline at end of file |