Add client-side stub for function Weapons_SwitchBest.
This commit is contained in:
parent
a4aa5e578c
commit
7f79fc46a1
1 changed files with 10 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue