diff options
Diffstat (limited to 'NorthstarDedicatedTest/plugin_abi.h')
-rw-r--r-- | NorthstarDedicatedTest/plugin_abi.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/NorthstarDedicatedTest/plugin_abi.h b/NorthstarDedicatedTest/plugin_abi.h index edd44ea1..698c33ab 100644 --- a/NorthstarDedicatedTest/plugin_abi.h +++ b/NorthstarDedicatedTest/plugin_abi.h @@ -2,8 +2,6 @@ #include <string> #define ABI_VERSION 1 -//clang-format off -// I hate clang-format /// <summary> /// This enum is used for referencing the different types of objects we can pass to a plugin /// Anything exposed to a plugin must not a be C++ type, as they could break when compiling with a different compiler. @@ -67,6 +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); -}; - -//clang-format on
\ No newline at end of file +};
\ No newline at end of file |