]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/sv_cmd.qh
Share some waypoint code in a dedicated function
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qh
index 8fa66dac47567fe28f92a42505fbdeebff80d646..29db3ee4df20d5edd5c4f4614ca5fccc1f5b16b9 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SV_CMD_H
-#define SV_CMD_H
+#pragma once
 
 // =================================================
 //  Declarations for server side game commands
@@ -17,4 +16,3 @@ float shuffleteams_teams[SHUFFLETEAMS_MAX_TEAMS];     // maximum of 4 teams
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 void GameCommand_macro_write_aliases(float fh);
-#endif