]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/minigames/cl_minigames.qh
Merge branch 'terencehill/minigame_spectator_list' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / minigames / cl_minigames.qh
index 5b4b8a3bd3300f37b976bce5a4102d9dfab485bb..66c3793d82fc1197573b4ccb00f55db04147df4e 100644 (file)
@@ -44,6 +44,9 @@ vector minigame_hud_denormalize_size(vector v, vector pos, vector mySize);
 // Check if the mouse is inside the given area
 bool minigame_hud_mouse_in(vector pos, vector sz);
 
+// show spectator list above the board
+void minigame_show_allspecs(vector boardpos, vector boardsize);
+
 // Like drawstring, but wrapping words to fit maxwidth
 // returns the size of the drawn area
 // align selects the string alignment (0 = left, 0.5 = center, 1 = right)