diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-27 00:25:36 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-27 00:25:36 +0100 |
commit | 26d090e4ae6153d1f7b49f8776c2923345dd810f (patch) | |
tree | c1abdb12fe6b891819597c8bbf376d76b12fed86 /NorthstarDedicatedTest/dedicated.h | |
parent | da212ca9b7d2ab97f8baa531d31a91fd40d9c085 (diff) | |
download | NorthstarLauncher-26d090e4ae6153d1f7b49f8776c2923345dd810f.tar.gz NorthstarLauncher-26d090e4ae6153d1f7b49f8776c2923345dd810f.zip |
read cmdline args from file, disable origin on dedi
Diffstat (limited to 'NorthstarDedicatedTest/dedicated.h')
-rw-r--r-- | NorthstarDedicatedTest/dedicated.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dedicated.h b/NorthstarDedicatedTest/dedicated.h index 96bb96c4..ded6af70 100644 --- a/NorthstarDedicatedTest/dedicated.h +++ b/NorthstarDedicatedTest/dedicated.h @@ -2,4 +2,5 @@ bool IsDedicated(); -void InitialiseDedicated(HMODULE moduleAddress);
\ No newline at end of file +void InitialiseDedicated(HMODULE moduleAddress); +void InitialiseDedicatedOrigin(HMODULE baseAddress);
\ No newline at end of file |