mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
14 lines
93 B
SourcePawn
14 lines
93 B
SourcePawn
static stock Blah()
|
|
{
|
|
}
|
|
|
|
static stock void Blah2()
|
|
{
|
|
}
|
|
|
|
public main()
|
|
{
|
|
Blah();
|
|
Blah2();
|
|
}
|