From e16480c6141fbe8a5fe047ee1d5d163bfa9ab282 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Tue, 3 Feb 2004 15:25:27 +0000 Subject: [PATCH] version changed to 0.1 + amxmodx_version cvar support --- amxmodx/amxmod.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amxmodx/amxmod.h b/amxmodx/amxmod.h index 6acbfc97..48b0eb31 100755 --- a/amxmodx/amxmod.h +++ b/amxmodx/amxmod.h @@ -46,7 +46,7 @@ #include "CMenu.h" #include "CEvent.h" -#define AMX_VERSION "0.9.7" +#define AMX_VERSION "0.1" #ifdef __cplusplus extern "C" { @@ -148,6 +148,7 @@ extern bool g_dontprecache; extern bool g_initialized; extern int g_srvindex; extern cvar_t* amx_version; +extern cvar_t* amxmodx_version; extern cvar_t* hostname; extern cvar_t* mp_timelimit; extern fakecmd_t g_fakecmd;