]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/announcer.qh
Add a few checks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / announcer.qh
index 620b84544e9589facd78018cede17afa85ce884b..314c6602d8dd8871051557bcd3a2b52593b0635f 100644 (file)
@@ -1,6 +1,8 @@
-#ifndef ANNOUNCER_H
-#define ANNOUNCER_H
+#ifndef CLIENT_ANNOUNCER_H
+#define CLIENT_ANNOUNCER_H
 
 void Announcer();
 
+string AnnouncerOption();
+
 #endif