Update to SourcePawn 1.9 and the latest AMTL.
This commit is contained in:
parent
7008a566a8
commit
3cccfc15da
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 70325e218f9896d1f33cacb654ca721c3851abeb
|
||||
Subproject commit b200aabd680994e8726f4211d2190a7cb587254a
|
@ -110,7 +110,7 @@ public:
|
||||
memory_used_(0)
|
||||
{
|
||||
if (!internal_.init())
|
||||
internal_.reportOutOfMemory();
|
||||
internal_.allocPolicy().reportOutOfMemory();
|
||||
}
|
||||
|
||||
typedef typename Internal::Result Result;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 594bfbb5e46a47ed57af28786254e9fb8c2c506f
|
||||
Subproject commit 675afe26cfa4c316c494d7c6e359294a2409180b
|
Loading…
Reference in New Issue
Block a user