]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/net_notice.qh
Add an item dumping command
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / net_notice.qh
index d94f1d98f2d8add69c1ea81f0bcd4571ba758b0b..ba3b9817b6471dfaf7fe0cd7cfd5cb6a1f9e772d 100644 (file)
@@ -1,7 +1,5 @@
-#ifdef CSQC
-void cl_notice_read();
-void sv_notice_to(entity _to, string _notice, float _howlong, float _modal);
-#endif
+#ifndef NET_NOTICE_H
+#define NET_NOTICE_H
 
 #ifdef SVQC
 string autocvar_sv_join_notices;
@@ -11,3 +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