]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add HUD_StrafeHUD_Export()
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sat, 20 Jun 2020 13:14:20 +0000 (15:14 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sat, 20 Jun 2020 13:14:20 +0000 (15:14 +0200)
qcsrc/client/hud/panel/strafehud.qc
qcsrc/client/hud/panel/strafehud.qh

index 96b89e04c52b16d49ab7ed22c272c51fc1e7aa36..6a0c6218c013abfb4f904f1c01f941687df9fcaa 100644 (file)
 #include <common/physics/player.qh>
 #include <lib/csqcmodel/cl_player.qh>
 
+// 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;
index 8f7ea59dd996eb62494e5a283f2f8c14b737ff67..bcdd62b2b810d66a86dcfb96bb2479a7cbb7e32e 100644 (file)
@@ -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);