From c2e9c9007bfc7341ea2b61f648c40a7dae7a2333 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Wed, 24 Jul 2024 09:16:08 -0700 Subject: [PATCH] Add missing prototype for HUD_SlotSelect. Which will be removed anyway. --- src/client/cmds.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/cmds.qc b/src/client/cmds.qc index a21545b..d9becd4 100644 --- a/src/client/cmds.qc +++ b/src/client/cmds.qc @@ -17,6 +17,7 @@ void HUD_DrawWeaponSelect_Back(void); void HUD_DrawWeaponSelect_Forward(void); void HUD_DrawWeaponSelect_Last(void); +void HUD_SlotSelect(int); int ClientGame_ConsoleCommand(void)