]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/minigames/cl_minigames_hud.qc
Remove the HUD_WriteCvars hook as it's no longer needed now. Mods using it must simpl...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / minigames / cl_minigames_hud.qc
index a1d9a257788081c40182c099c6de9d1ca64233c1..0acdb0da59964e20c6900b5ff4532b953fb35652 100644 (file)
 #include <client/hud/hud_config.qh>
 #include <client/mapvoting.qh>
 
-void HUD_MinigameBoard_Export(entity panel, int fh)
+void HUD_MinigameBoard_Export(int fh)
 {
        // allow saving cvars that aesthetically change the panel into hud skin files
 }
 
-void HUD_MinigameStatus_Export(entity panel, int fh)
+void HUD_MinigameStatus_Export(int fh)
 {
        // allow saving cvars that aesthetically change the panel into hud skin files
 }
 
-void HUD_MinigameHelp_Export(entity panel, int fh)
+void HUD_MinigameHelp_Export(int fh)
 {
        // allow saving cvars that aesthetically change the panel into hud skin files
 }
 
-void HUD_MinigameMenu_Export(entity panel, int fh)
+void HUD_MinigameMenu_Export(int fh)
 {
        // allow saving cvars that aesthetically change the panel into hud skin files
 }