]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/net_notice.qh
Clean up CSQC #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / net_notice.qh
index 958b89adb98e446ccaa004d3c1226035665cbe29..41820bf0c4783b5ea0c69294a3800aaed7666827 100644 (file)
@@ -1,11 +1,6 @@
 #ifndef NET_NOTICE_H
 #define NET_NOTICE_H
 
-#ifdef CSQC
-void cl_notice_read();
-void sv_notice_to(entity _to, string _notice, float _howlong, float _modal);
-#endif
-
 #ifdef SVQC
 string autocvar_sv_join_notices;
 float  autocvar_sv_join_notices_time;
@@ -14,4 +9,9 @@ void sv_notice_to(entity _to, string _notice, float _howlong, float _modal);
 void sv_notice_toall(string _notice, float _howlong, float _modal);
 void sv_notice_join();
 #endif
+
+#ifdef CSQC
+void cl_notice_read();
+#endif
+
 #endif
\ No newline at end of file