]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/sv_cmd.qh
Add a generic command to dump all commands from a program into a file -- makes it...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qh
index 6ccfb1c7bbaf71a5d3cbb8e94525e21d74837a2d..03bd80cefc2f71fea3ddcdb4d7cbaa60bef1b2be 100644 (file)
@@ -11,3 +11,6 @@ void race_deleteTime(string map, float pos);
 #define SHUFFLETEAMS_MAX_TEAMS 4
 float shuffleteams_players[SHUFFLETEAMS_MAX_PLAYERS]; // maximum of 255 player slots
 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);
\ No newline at end of file