diff options
Diffstat (limited to 'NorthstarDLL/plugins.h')
-rw-r--r-- | NorthstarDLL/plugins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/plugins.h b/NorthstarDLL/plugins.h index 27312da9..84f3073f 100644 --- a/NorthstarDLL/plugins.h +++ b/NorthstarDLL/plugins.h @@ -16,4 +16,4 @@ int getPlayerInfoBool(bool* out_ptr, PlayerInfoType var); void initGameState(); void* getPluginObject(PluginObject var); -void InitialisePluginCommands(HMODULE baseAddress);
\ No newline at end of file +void InitialisePluginCommands(HMODULE baseAddress); |