]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Add requiresConnection flag to HUD panel dialogs and sandbox dialog
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 3a4dff798c83c9f947f702950bf9e85feb5b6d5c..47865428c18f5a8869e295f42a0e99eebfda886f 100644 (file)
@@ -413,5 +413,11 @@ void dedicated_print(string input);
 #endif
 
 #ifndef MENUQC
-float Announcer_PickNumber(float num);
+#define CNT_NORMAL 1
+#define CNT_GAMESTART 2
+#define CNT_IDLE 3
+#define CNT_KILL 4
+#define CNT_RESPAWN 5
+#define CNT_ROUNDSTART 6
+float Announcer_PickNumber(float type, float num);
 #endif