X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fminigames%2Fcl_minigames_hud.qc;h=2fdc52fcbf6f4395142062a5f9db17611d5d6ca3;hb=35a8077bd0f39b3978210196c01a1c8828c6a2c3;hp=fd9e3941e1285daafce81122fecfd8763a29b703;hpb=ce491d5d46adc539776d175c258e8e89405689c8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/minigames/cl_minigames_hud.qc b/qcsrc/common/minigames/cl_minigames_hud.qc index fd9e3941e..2fdc52fcb 100644 --- a/qcsrc/common/minigames/cl_minigames_hud.qc +++ b/qcsrc/common/minigames/cl_minigames_hud.qc @@ -1,14 +1,33 @@ #include "cl_minigames_hud.qh" #include +#include +#include +#include #include - -#include "minigames.qh" +#include .vector colormod; -#include -#include +void HUD_MinigameBoard_Export(int fh) +{ + // allow saving cvars that aesthetically change the panel into hud skin files +} + +void HUD_MinigameStatus_Export(int fh) +{ + // allow saving cvars that aesthetically change the panel into hud skin files +} + +void HUD_MinigameHelp_Export(int fh) +{ + // allow saving cvars that aesthetically change the panel into hud skin files +} + +void HUD_MinigameMenu_Export(int fh) +{ + // allow saving cvars that aesthetically change the panel into hud skin files +} // whether the mouse is over the given panel bool HUD_mouse_over(entity somepanel)