]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/shared_defs.qh
Turn #define'd constants into actual constants
[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 const float CMD_REQUEST_COMMAND = 1;
8 const float CMD_REQUEST_USAGE = 2;