]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/shared_defs.qh
Merge remote-tracking branch 'origin/divVerent/new-laser-by-morphed'
[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