new file names+headers
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user