Update SourcePawn and AMTL.

This commit is contained in:
David Anderson
2015-08-13 22:08:47 -07:00
parent f81786cea0
commit 246c32a202
3 changed files with 3 additions and 10 deletions
+1 -8
View File
@@ -75,14 +75,7 @@ native CloseHandle(Handle:hndl);
*/
native Handle:CloneHandle(Handle:hndl, Handle:plugin=INVALID_HANDLE);
/**
* Helper for object-oriented syntax.
*/
methodmap Handle __nullable__
{
public Close() = CloseHandle;
public ~Handle() = CloseHandle;
}
using __intrinsics__.Handle;
/**
* Do not use this function. Returns if a Handle and its contents