new file names+headers

This commit is contained in:
David Anderson
2004-03-24 03:39:37 +00:00
parent b311a9ccc3
commit f566ac2eb7
11 changed files with 32 additions and 33 deletions

View File

@ -1,5 +1,4 @@
//#define __cswonbuild__ // comment when compiling for STEAM
//#define CS_WON_BUILD
/* AMX Mod X
* Counter-Strike Module
@ -68,9 +67,9 @@ pfnmodule_engine_g* g_engModuleFunc;
#define NAME "Counter-Strike"
#define AUTHOR "AMX Mod X Dev Team"
#if defined __cswonbuild__
#define VERSION "0.15 WON" // change both these versions
#define VERSION "0.16 WON" // change both these versions
#else
#define VERSION "0.15 STEAM" // change both these versions
#define VERSION "0.16 STEAM" // change both these versions
#endif // defined __cswonbuild__
#define URL "http://www.amxmodx.org"
#define LOGTAG "AMXCS"