From 5daa4890f366dc18818b50579ca3e35662a19646 Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Sat, 20 Jun 2020 15:14:20 +0200 Subject: [PATCH] add HUD_StrafeHUD_Export() --- qcsrc/client/hud/panel/strafehud.qc | 7 +++++++ qcsrc/client/hud/panel/strafehud.qh | 1 + 2 files changed, 8 insertions(+) diff --git a/qcsrc/client/hud/panel/strafehud.qc b/qcsrc/client/hud/panel/strafehud.qc index 96b89e04c..6a0c6218c 100644 --- a/qcsrc/client/hud/panel/strafehud.qc +++ b/qcsrc/client/hud/panel/strafehud.qc @@ -12,6 +12,13 @@ #include #include +// StrafeHUD (#25) + +void HUD_StrafeHUD_Export(int fh) +{ + // allow saving cvars that aesthetically change the panel into hud skin files +} + bool fwd = true; bool state_fwd = true; bool state_fwd_prev = true; diff --git a/qcsrc/client/hud/panel/strafehud.qh b/qcsrc/client/hud/panel/strafehud.qh index 8f7ea59dd..bcdd62b2b 100644 --- a/qcsrc/client/hud/panel/strafehud.qh +++ b/qcsrc/client/hud/panel/strafehud.qh @@ -1,4 +1,5 @@ #pragma once #include "../panel.qh" + void HUD_Panel_DrawStrafeHUD_ProgressBar(float, float, vector, float, float); void HUD_Panel_DrawStrafeHUD_drawfill(float, float, vector, float, float); -- 2.39.2