]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/command.qh
Merge branch 'master' into Mario/minigames_merge
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / command.qh
1 #ifndef COMMAND_H
2 #define COMMAND_H
3
4 // =========================================================
5 //  Shared declarations for all commands, written by Samual
6 //  Last updated: December 13th, 2011
7 // =========================================================
8
9 // identifiers for subfunction requests by the command code structure
10 const int CMD_REQUEST_COMMAND = 1;
11 const int CMD_REQUEST_USAGE = 2;
12 #endif