]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/net_notice.qh
Add a new key to override the initial item respawn delay
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / net_notice.qh
index 958b89adb98e446ccaa004d3c1226035665cbe29..b36f631fe2a17676c452e272f8176290d09d29eb 100644 (file)
@@ -1,17 +1,17 @@
 #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;
 
 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();
+void sv_notice_join(entity _to);
+#endif
+
+#ifdef CSQC
+void cl_notice_read();
+#endif
+
 #endif
-#endif
\ No newline at end of file