diff options
Diffstat (limited to 'source/q_shared.h')
-rw-r--r-- | source/q_shared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/q_shared.h b/source/q_shared.h index 23164fe..aa9dd3f 100644 --- a/source/q_shared.h +++ b/source/q_shared.h @@ -122,7 +122,6 @@ typedef enum comPrintType_e { PRINT_ERROR // print in red color } comPrintType_t; -// FIXME: move these to com_public.h? void Com_Printf( const char *fmt, ... ) q_printf( 1, 2 ); void Com_DPrintf( const char *fmt, ... ) q_printf( 1, 2 ); void Com_WPrintf( const char *fmt, ... ) q_printf( 1, 2 ); |