Add client-side stub for function Weapons_SwitchBest.

This commit is contained in:
Marco Cawthorne 2023-04-15 17:24:49 -07:00
parent a4aa5e578c
commit 7f79fc46a1
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 10 additions and 0 deletions

View File

@ -25,4 +25,14 @@ void Weapons_UpdateAmmo(NSClientPlayer, int, int, int);
#ifdef CLIENT
void Weapons_SetGeomset(string);
#endif
#endif
#ifdef CLIENT
void
Weapons_SwitchBest(NSClientPlayer pl, optional float skip)
{
}
#endif