nothing important
This commit is contained in:
parent
fc4e813d9a
commit
81e7de4a2e
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <extdll.h>
|
|
||||||
#include <meta_api.h>
|
|
||||||
#include "amxmodx.h"
|
#include "amxmodx.h"
|
||||||
|
|
||||||
int gmsgAmmoPickup;
|
int gmsgAmmoPickup;
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user