]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/command/menu_cmd.qh
Merge branch 'master' into Mario/physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / command / menu_cmd.qh
index 33eb053714c1d2ff68490d79ac8c88a2c592eb04..364b13690a08e1336733b5669c24856ca9b7ca96 100644 (file)
@@ -1,2 +1,5 @@
-void GameCommand_Init();
+#ifndef MENU_CMD_H
+#define MENU_CMD_H
+
 void GameCommand(string command);
+#endif