nothing important

This commit is contained in:
Pavol Marko 2004-04-22 10:46:58 +00:00
parent fc4e813d9a
commit 81e7de4a2e
3 changed files with 5 additions and 4 deletions

View File

@ -29,8 +29,6 @@
* version. * version.
*/ */
#include <extdll.h>
#include <meta_api.h>
#include "amxmodx.h" #include "amxmodx.h"
#include "CTask.h" #include "CTask.h"

View File

@ -29,8 +29,6 @@
* version. * version.
*/ */
#include <extdll.h>
#include <meta_api.h>
#include "amxmodx.h" #include "amxmodx.h"
int gmsgAmmoPickup; int gmsgAmmoPickup;

View File

@ -14,6 +14,11 @@
#define strnicmp strncasecmp #define strnicmp strncasecmp
#endif #endif
// this file does not include amxmodx.h, so we have to include the memory manager here
#ifdef MEMORY_TEST
#include "mmgr/mmgr.h"
#endif // MEMORY_TEST
const char *_lc_Wday_ [2][ 7], const char *_lc_Wday_ [2][ 7],
*_lc_Month_[2][12], *_lc_Month_[2][12],
*_lc_AmPm_ [2][ 2]; *_lc_AmPm_ [2][ 2];