diff options
Diffstat (limited to 'NorthstarDLL/plugin_abi.h')
-rw-r--r-- | NorthstarDLL/plugin_abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/plugin_abi.h b/NorthstarDLL/plugin_abi.h index 698c33ab..4b176a32 100644 --- a/NorthstarDLL/plugin_abi.h +++ b/NorthstarDLL/plugin_abi.h @@ -65,4 +65,4 @@ struct PlayerInfo int (*getPlayerInfoChar)(char* out_buf, size_t out_buf_len, PlayerInfoType var); int (*getPlayerInfoInt)(int* out_ptr, PlayerInfoType var); int (*getPlayerInfoBool)(bool* out_ptr, PlayerInfoType var); -};
\ No newline at end of file +}; |