Update to the latest AMTL (#381)
* Update to latest AMTL. * Update .gitignore for VS2015
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
|
||||
#include "CstrikeItemsInfos.h"
|
||||
#include "CstrikeHacks.h"
|
||||
#include <amtl/am-utility.h>
|
||||
|
||||
CsItemInfo ItemsManager;
|
||||
ItemInfo WeaponsList[MAX_WEAPONS];
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "entity_state.h"
|
||||
#include <amtl/am-vector.h>
|
||||
#include <amtl/am-string.h>
|
||||
#include <amtl/am-algorithm.h>
|
||||
#include <CDetour/detours.h>
|
||||
#include <HLTypeConversion.h>
|
||||
|
||||
|
@ -15,9 +15,6 @@
|
||||
#include "geoip_natives.h"
|
||||
#include "geoip_util.h"
|
||||
|
||||
#include <amtl/am-string.h>
|
||||
#include <amtl/am-vector.h>
|
||||
|
||||
// native geoip_code2(const ip[], ccode[3]);
|
||||
// Deprecated.
|
||||
static cell AMX_NATIVE_CALL amx_geoip_code2(AMX *amx, cell *params)
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#include <amtl/am-string.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include <amtl/am-algorithm.h>
|
||||
|
||||
extern MMDB_s HandleDB;
|
||||
extern ke::Vector<ke::AString> LangList;
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "geoip_util.h"
|
||||
#include "geoip_natives.h"
|
||||
#include <amtl/am-algorithm.h>
|
||||
|
||||
const char GeoIPCountryCode[252][3] =
|
||||
{
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include <stdlib.h> // memalign
|
||||
#include <stdio.h>
|
||||
|
||||
#include <amtl/am-utility.h>
|
||||
#include <amtl/am-bits.h>
|
||||
|
||||
namespace Trampolines
|
||||
{
|
||||
|
Reference in New Issue
Block a user