forked from CSSZombieEscape/sm-ext-CSSFixes
Add OnBroadcastSound forward.
This commit is contained in:
@ -5,8 +5,9 @@
|
||||
|
||||
forward void OnRunThinkFunctions(bool simulating);
|
||||
forward void OnRunThinkFunctionsPost(bool simulating);
|
||||
forward Action OnBroadcastSound(int entity, char sample[PLATFORM_MAX_PATH], int clients[MAXPLAYERS], int &numClients);
|
||||
|
||||
public Extension:__ext_CSSFixes =
|
||||
public Extension __ext_CSSFixes =
|
||||
{
|
||||
name = "CSSFixes",
|
||||
file = "CSSFixes.ext",
|
||||
|
Reference in New Issue
Block a user