]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/hud.qh
Introduce proper constants for cursor types (while fixing compilation units)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / hud.qh
index d2db294bdce8ae04294c7f9f878da58dbfccdc07..679ec1416fd869b48d8401556e89372f116c7bf4 100644 (file)
@@ -8,6 +8,7 @@ void Hud_Dynamic_Frame();
 bool HUD_Radar_Clickable();
 void HUD_Radar_Mouse();
 bool HUD_WouldShowCursor();
+bool QuickMenu_IsOpened();
 
 REGISTRY(hud_panels, BITS(6))
 #define hud_panels_from(i) _hud_panels_from(i, NULL)