]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/command/menu_cmd.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / command / menu_cmd.qh
index 33eb053714c1d2ff68490d79ac8c88a2c592eb04..0a94a9a4ba922fb48cc997214e12a5ce73f89ac2 100644 (file)
@@ -1,2 +1,5 @@
-void GameCommand_Init();
+#ifndef MENU_CMD_H
+#define MENU_CMD_H
+
 void GameCommand(string command);
+#endif
\ No newline at end of file