Update to SourcePawn 1.9 and the latest AMTL.

This commit is contained in:
David Anderson
2016-07-26 01:36:35 -07:00
parent 7008a566a8
commit 3cccfc15da
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
#include <stdlib.h>
#include <string.h>
#include "CDataPack.h"
#include <am-utility.h>
#include <am-vector.h>
#include <amtl/am-autoptr.h>
#include <amtl/am-vector.h>
using namespace ke;
+1 -1
View File
@@ -34,7 +34,7 @@
#include <IHandleSys.h>
#include <IForwardSys.h>
#include <ISourceMod.h>
#include <am-utility.h>
#include <amtl/am-autoptr.h>
HandleType_t g_GlobalFwdType = 0;
HandleType_t g_PrivateFwdType = 0;