]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/shared_defs.qh
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / shared_defs.qh
1 // =========================================================
2 //  Shared declarations for all commands, written by Samual
3 //  Last updated: December 13th, 2011
4 // =========================================================
5
6 // identifiers for subfunction requests by the command code structure
7 #define CMD_REQUEST_COMMAND 1
8 #define CMD_REQUEST_USAGE 2