]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/shared_defs.qh
169b0f661ea48defeb342eae47058a3f22716ec3
[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 int CMD_REQUEST_COMMAND = 1;
8 const int CMD_REQUEST_USAGE = 2;