Fix include.

This commit is contained in:
zaCade 2019-02-24 11:47:46 +01:00
parent 63213ce57f
commit 7316892835

View File

@ -1,4 +1,6 @@
#ifndef _RevEmuAPI_included
#if defined _RevEmuAPI_included
#endinput
#endif
#define _RevEmuAPI_included
enum RevEmu_UserType
@ -60,5 +62,3 @@ public __ext_RevEmuAPI_SetNTVOptional()
MarkNativeAsOptional("RevEmu_GetPlayerType");
}
#endif
#endif //_RevEmuAPI_included