diff options
Diffstat (limited to 'source/q_shared.h')
-rw-r--r-- | source/q_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/q_shared.h b/source/q_shared.h index a075ee4..0cdb97c 100644 --- a/source/q_shared.h +++ b/source/q_shared.h @@ -121,6 +121,7 @@ typedef enum { typedef enum { PRINT_ALL, // general messages + PRINT_TALK, // print in green color PRINT_DEVELOPER, // only print when "developer 1" PRINT_WARNING, // print in yellow color PRINT_ERROR // print in red color |