]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/shared_defs.qh
Merge branch 'master' into matthiaskrgr/hudsetup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / shared_defs.qh
1 #ifndef SHARED_DEFS_H
2 #define SHARED_DEFS_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