mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ePluginCallback should be enum class
This commit is contained in:
parent
b13c542ed1
commit
2f4d61ab55
@ -12,7 +12,7 @@ struct PluginHelpWithAnything_t
|
||||
PLUGIN_UNREGISTER_CALLBACK
|
||||
};
|
||||
|
||||
enum ePluginCallback : int16_t
|
||||
enum class ePluginCallback : int16_t
|
||||
{
|
||||
CModAppSystemGroup_Create = 0
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user