diff options
author | Andrey Nazarov <skuller@skuller.net> | 2009-09-04 15:53:16 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2009-09-04 15:53:16 +0000 |
commit | a63351b924daa288b120af78607434ca5acc60d8 (patch) | |
tree | 902f9b525cf107ee27cee2788ddaedfe313b8a8d /source/ui_public.h | |
parent | b96aee6bda286ae78d7821a2dfd21582daa05ba3 (diff) |
Changed Com_DPrintf, Com_WPrintf and Com_EPrintf functions to macros.
Introduced Com_LPrintf, FS_DPrintf, SV_DPrintf.
Don't include any developer code at all unless built with _DEBUG.
Diffstat (limited to 'source/ui_public.h')
-rw-r--r-- | source/ui_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui_public.h b/source/ui_public.h index 0ab77e9..01f335a 100644 --- a/source/ui_public.h +++ b/source/ui_public.h @@ -32,7 +32,7 @@ void UI_Keydown( int key ); void UI_CharEvent( int key ); void UI_Draw( int realtime ); void UI_OpenMenu( uiMenu_t menu ); -void UI_ErrorMenu( comErrorType_t type, const char *text ); +void UI_ErrorMenu( error_type_t type, const char *text ); void UI_AddToServerList( const serverStatus_t *status ); void UI_MouseEvent( int x, int y ); qboolean UI_IsTransparent( void ); |