mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-14 01:28:28 +00:00
10 lines
106 B
SourcePawn
10 lines
106 B
SourcePawn
native CloseHandle(Handle:this[]);
|
|
|
|
methodmap Handle {
|
|
public Close = CloseHandle;
|
|
};
|
|
|
|
public main()
|
|
{
|
|
}
|