amxmodx/plugins/include/amxmodx_version.inc

17 lines
340 B
PHP
Raw Normal View History

/* AMX Mod X constants
*
* by the AMX Mod X Development Team
* originally developed by OLO
*
* This file is provided as is (no warranties).
*/
#if defined _amxmodx_version_included
#endinput
#endif
#define _amxmodx_version_included
#define AMXX_VERSION 0
#define AMXX_VERSION_NUM 0
stock const AMXX_VERSION_STR[] = "AMBuild failed?";