]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/secret.qh
Improve scrolling in the players list too (server info dialog)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / secret.qh
index dd94b192195634c277aa16615de1da490a5b0ef6..6e6ae0b9acd9450f04a28ddce544607ab7d0b22f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef SECRET_H
+#define SECRET_H
+
 /**
  * Total number of secrets on the map.
  */
@@ -16,4 +19,4 @@ float secrets_found;
  * update secrets status.
  */
 void secrets_setstatus();
-
+#endif