]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/sv_cmd.qh
Merged master
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qh
1 #pragma once
2
3 // =================================================
4 //  Declarations for server side game commands
5 // =================================================
6
7 string GotoMap(string m);
8
9 void race_deleteTime(string map, float pos);
10
11 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
12 void GameCommand_macro_write_aliases(float fh);