]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications.qh
One more
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications.qh
index de1ddfe5dcec62a01e137be5dcd244dd079f7abc..b945a53f185eedeac065791161fd1ffeef569b70 100644 (file)
@@ -9,8 +9,6 @@
 #define MSG_WEAPON 3 // "Personal" weapon messages (like "You got the Nex", sent to weapon notify panel)
 #define MSG_DEATH 4 // "Personal" AND "Global" death messages 
 
-void Dump_Notifications(float fh, float alsoprint);
-
 #ifndef MENUQC // SERVER AND CLIENT ONLY
 // notification system nullified arguments
 #define NO_STR_ARG ""
@@ -139,6 +137,9 @@ void Send_CSQC_Centerprint_Generic_Expire(entity e, float id);
 #endif // ifdef SVQC
 #endif // ifndef MENUQC
 
+// MENU, SERVER, AND CLIENT
+void Dump_Notifications(float fh, float alsoprint);
+
 
 // ====================================
 //  Notifications List and Information