]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/net_notice.qh
Transifex autosync
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / net_notice.qh
index 958b89adb98e446ccaa004d3c1226035665cbe29..0eecd6bdf317e9a4bc67dfd45a9d5582a69062a6 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,11 @@ 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();
+
+void cl_notice_run();
 #endif
-#endif
\ No newline at end of file