summaryrefslogtreecommitdiff
path: root/src/ui_public.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-12-20 14:37:44 +0400
committerAndrey Nazarov <skuller@skuller.net>2012-04-03 01:25:47 +0400
commitb3e271a53de2610de173f9b2bda5d15dd4d78909 (patch)
treed567b91dadac42e168bcb13db5fe93ffbc7e1533 /src/ui_public.h
parentca4a019a74b11aa21fea2a03c6dff3b183463aab (diff)
Massive coding style change.
Use linux style brackets. Pad operators with spaces. Unpad parenthesis, except for ‘if’, ‘for’, ‘while’ constructs.
Diffstat (limited to 'src/ui_public.h')
-rw-r--r--src/ui_public.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/ui_public.h b/src/ui_public.h
index 5c18af5..d5edf3a 100644
--- a/src/ui_public.h
+++ b/src/ui_public.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
@@ -25,14 +25,14 @@ typedef enum {
UIMENU_GAME
} uiMenu_t;
-qboolean UI_Init( 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_AddToServerList( const serverStatus_t *status );
-void UI_MouseEvent( int x, int y );
-qboolean UI_IsTransparent( void );
+qboolean UI_Init(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_AddToServerList(const serverStatus_t *status);
+void UI_MouseEvent(int x, int y);
+qboolean UI_IsTransparent(void);