From: Samual Lenks Date: Fri, 8 Feb 2013 12:46:10 +0000 (-0500) Subject: One more X-Git-Tag: xonotic-v0.7.0~62^2~23^2~258 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c904fc707bdd61b8a456526d17ee26e9ddc36e63;p=xonotic%2Fxonotic-data.pk3dir.git One more --- diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index de1ddfe5d..b945a53f1 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -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