Update SourcePawn and AMTL.
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
Submodule public/amtl updated: 870938d377...1a66ad1033
+1
-1
Submodule sourcepawn updated: 871fb87023...734f8e0bc5
Reference in New Issue
Block a user