diff options
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ enum debug_category { DBG_SRV = (0x1 << 9), DBG_PROXY = (0x1 << 10), DBG_RCON = (0x1 << 11), + DBG_IDLE = (0x1 << 12), }; static inline bool |