diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 01:10:47 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 01:10:47 +0100 |
commit | 503d336e9e695a0518f90f727f4a2fe4569615e6 (patch) | |
tree | b39d969c57844704e42a60631b81c09ee55b7a29 /NorthstarDedicatedTest/plugins.h | |
parent | f230156cbebc1b93db5e254410ee2ab3a8dcb27c (diff) | |
download | NorthstarLauncher-503d336e9e695a0518f90f727f4a2fe4569615e6.tar.gz NorthstarLauncher-503d336e9e695a0518f90f727f4a2fe4569615e6.zip |
move more things to macros
Diffstat (limited to 'NorthstarDedicatedTest/plugins.h')
-rw-r--r-- | NorthstarDedicatedTest/plugins.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/plugins.h b/NorthstarDedicatedTest/plugins.h index 27312da9..3a0f9f79 100644 --- a/NorthstarDedicatedTest/plugins.h +++ b/NorthstarDedicatedTest/plugins.h @@ -14,6 +14,4 @@ int getPlayerInfoInt(int* out_ptr, PlayerInfoType var); int getPlayerInfoBool(bool* out_ptr, PlayerInfoType var); void initGameState(); -void* getPluginObject(PluginObject var); - -void InitialisePluginCommands(HMODULE baseAddress);
\ No newline at end of file +void* getPluginObject(PluginObject var);
\ No newline at end of file |