Update to SourcePawn 1.9 and the latest AMTL.
This commit is contained in:
@@ -32,8 +32,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "CDataPack.h"
|
#include "CDataPack.h"
|
||||||
#include <am-utility.h>
|
#include <amtl/am-autoptr.h>
|
||||||
#include <am-vector.h>
|
#include <amtl/am-vector.h>
|
||||||
|
|
||||||
using namespace ke;
|
using namespace ke;
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
#include <IHandleSys.h>
|
#include <IHandleSys.h>
|
||||||
#include <IForwardSys.h>
|
#include <IForwardSys.h>
|
||||||
#include <ISourceMod.h>
|
#include <ISourceMod.h>
|
||||||
#include <am-utility.h>
|
#include <amtl/am-autoptr.h>
|
||||||
|
|
||||||
HandleType_t g_GlobalFwdType = 0;
|
HandleType_t g_GlobalFwdType = 0;
|
||||||
HandleType_t g_PrivateFwdType = 0;
|
HandleType_t g_PrivateFwdType = 0;
|
||||||
|
|||||||
+1
-1
Submodule public/amtl updated: 70325e218f...b200aabd68
@@ -110,7 +110,7 @@ public:
|
|||||||
memory_used_(0)
|
memory_used_(0)
|
||||||
{
|
{
|
||||||
if (!internal_.init())
|
if (!internal_.init())
|
||||||
internal_.reportOutOfMemory();
|
internal_.allocPolicy().reportOutOfMemory();
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef typename Internal::Result Result;
|
typedef typename Internal::Result Result;
|
||||||
|
|||||||
+1
-1
Submodule sourcepawn updated: 594bfbb5e4...675afe26cf
Reference in New Issue
Block a user