Add missing prototype for HUD_SlotSelect. Which will be removed anyway.
This commit is contained in:
parent
5a1728cf84
commit
c2e9c9007b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
void HUD_DrawWeaponSelect_Back(void);
|
void HUD_DrawWeaponSelect_Back(void);
|
||||||
void HUD_DrawWeaponSelect_Forward(void);
|
void HUD_DrawWeaponSelect_Forward(void);
|
||||||
void HUD_DrawWeaponSelect_Last(void);
|
void HUD_DrawWeaponSelect_Last(void);
|
||||||
|
void HUD_SlotSelect(int);
|
||||||
|
|
||||||
int
|
int
|
||||||
ClientGame_ConsoleCommand(void)
|
ClientGame_ConsoleCommand(void)
|
||||||
|
|
Loading…
Reference in a new issue