Fix include.

This commit is contained in:
zaCade 2019-02-24 11:47:37 +01:00
parent a1a150db9f
commit e8f3eea749

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