]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/common.qh
Write some actual content for common.qc and common.qh
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
1 // ============================================================
2 //  Shared declarations for server 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