mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 18:38:37 +00:00
10 lines
110 B
SourcePawn
10 lines
110 B
SourcePawn
native CloseHandle(Handle:handle[]);
|
|
|
|
methodmap Handle {
|
|
public Close() = CloseHandle;
|
|
};
|
|
|
|
public main()
|
|
{
|
|
}
|