Remove version checks from all include files

This commit is contained in:
xPaw
2015-02-25 00:56:17 +02:00
parent af6c6850ec
commit 379d9121b4
18 changed files with 84 additions and 156 deletions

View File

@@ -12,20 +12,16 @@
//
#if defined _tfcx_included
#endinput
#endinput
#endif
#define _tfcx_included
#include <tfcconst>
#include <tfcstats>
#if AMXX_VERSION_NUM >= 175
#pragma reqclass xstats
#if !defined AMXMODX_NOAUTOLOAD
#pragma defclasslib xstats tfcx
#endif
#else
#pragma library tfcx
#pragma reqclass xstats
#if !defined AMXMODX_NOAUTOLOAD
#pragma defclasslib xstats tfcx
#endif
/************* Shared Natives Start ********************************/