From a4434a4db16c347d5453354c1a15555d168ec7b9 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sun, 26 Sep 2021 15:13:45 +0100 Subject: commandline struct change, dedicated refactor --- NorthstarDedicatedTest/dedicated.h | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'NorthstarDedicatedTest/dedicated.h') 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 -- cgit v1.2.3