]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/net_notice.qh
Properly support team field on trigger_multiple
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / net_notice.qh
index 958b89adb98e446ccaa004d3c1226035665cbe29..1134205185474bda2be0142568448d3e711ac494 100644 (file)
@@ -1,10 +1,4 @@
-#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
+#pragma once
 
 #ifdef SVQC
 string autocvar_sv_join_notices;
@@ -12,6 +6,9 @@ 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
\ No newline at end of file