]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/centerprint.qh
Merge branch 'master' into bones_was_here/q3compat
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / centerprint.qh
index 6f70f09beec2219624baeca92e2cd7deaa104fb4..8d2617955c5d8f31ef80fa824f3ebcc77947aec0 100644 (file)
@@ -1 +1,7 @@
 #pragma once
+#include "../panel.qh"
+
+void centerprint_Add(int new_id, string strMessage, float duration, int countdown_num);
+void centerprint_AddStandard(string strMessage);
+void centerprint_Kill(int id);
+void centerprint_KillAll();