diff options
Diffstat (limited to 'NorthstarDLL/dedicated.h')
-rw-r--r-- | NorthstarDLL/dedicated.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/NorthstarDLL/dedicated.h b/NorthstarDLL/dedicated.h new file mode 100644 index 00000000..0b4d9188 --- /dev/null +++ b/NorthstarDLL/dedicated.h @@ -0,0 +1,7 @@ +#pragma once + +bool IsDedicated(); + +void InitialiseDedicated(HMODULE moduleAddress); +void InitialiseDedicatedOrigin(HMODULE baseAddress); +void InitialiseDedicatedServerGameDLL(HMODULE baseAddress);
\ No newline at end of file |