diff options
author | Andrey Nazarov <skuller@skuller.net> | 2009-05-29 21:32:02 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2009-05-29 21:32:02 +0000 |
commit | 3ef036028a652f979a4197dd4a2ddd779e437597 (patch) | |
tree | 42c11d1e5396509e41d3776b80eaca3660a998db /source/ui_public.h | |
parent | 454fc2e2eb975e359696850f07c071aa0736aac7 (diff) |
Ran all source files through expand(1).
Diffstat (limited to 'source/ui_public.h')
-rw-r--r-- | source/ui_public.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/source/ui_public.h b/source/ui_public.h index 94ac239..0ab77e9 100644 --- a/source/ui_public.h +++ b/source/ui_public.h @@ -26,15 +26,15 @@ typedef enum { } uiMenu_t; qboolean UI_Init( void ); -void UI_Shutdown( void ); +void UI_Shutdown( void ); void UI_ModeChanged( void ); -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_AddToServerList( const serverStatus_t *status ); -void UI_MouseEvent( int x, int y ); +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_AddToServerList( const serverStatus_t *status ); +void UI_MouseEvent( int x, int y ); qboolean UI_IsTransparent( void ); -void UI_DrawLoading( int realtime ); +void UI_DrawLoading( int realtime ); |