diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-11 22:24:13 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-11 22:24:13 +0000 |
commit | db552e7bcf5b1c6b01dd655163e1dc0a9d840ab0 (patch) | |
tree | eb480b2754e4ba4653940571d7a7d089d07c37d6 /NorthstarDedicatedTest/scriptmainmenupromos.h | |
parent | 12b5d0b85a4a1cb55b068a3fbb357c30a52c1e20 (diff) | |
download | NorthstarLauncher-db552e7bcf5b1c6b01dd655163e1dc0a9d840ab0.tar.gz NorthstarLauncher-db552e7bcf5b1c6b01dd655163e1dc0a9d840ab0.zip |
write_persistence fixes and custom mainmenupromos
Diffstat (limited to 'NorthstarDedicatedTest/scriptmainmenupromos.h')
-rw-r--r-- | NorthstarDedicatedTest/scriptmainmenupromos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/scriptmainmenupromos.h b/NorthstarDedicatedTest/scriptmainmenupromos.h new file mode 100644 index 00000000..2719e647 --- /dev/null +++ b/NorthstarDedicatedTest/scriptmainmenupromos.h @@ -0,0 +1,3 @@ +#pragma once + +void InitialiseScriptMainMenuPromos(HMODULE baseAddress);
\ No newline at end of file |