diff options
author | Tim Angus <tim@ngus.net> | 2005-12-08 21:45:34 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-12-08 21:45:34 +0000 |
commit | dedac77b31fc2ddf806e9a70a4a6b536c9a79d35 (patch) | |
tree | 90637a7d1f1d43e1784f9c4fec2a26672f3ec904 /src/ui/ui_local.h | |
parent | 10107e224bbaa2a39cd1296905d27e4d927cf207 (diff) |
* Merged in a bunch of game side fixed from ioq3
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r-- | src/ui/ui_local.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index 8809eafc..cdcfc57f 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -348,13 +348,13 @@ extern sfxHandle_t MenuField_Key( menufield_s* m, int* key ); // // ui_main.c // -void UI_Report(); -void UI_Load(); +void UI_Report( void ); +void UI_Load( void ); void UI_LoadMenus(const char *menuFile, qboolean reset); void _UI_SetActiveMenu( uiMenuCommand_t menu ); int UI_AdjustTimeByGame(int time); void UI_ShowPostGame(qboolean newHigh); -void UI_ClearScores(); +void UI_ClearScores( void ); void UI_LoadArenas(void); // @@ -1044,8 +1044,8 @@ int trap_LAN_GetPingQueueCount( void ); void trap_LAN_ClearPing( int n ); void trap_LAN_GetPing( int n, char *buf, int buflen, int *pingtime ); void trap_LAN_GetPingInfo( int n, char *buf, int buflen ); -void trap_LAN_LoadCachedServers(); -void trap_LAN_SaveCachedServers(); +void trap_LAN_LoadCachedServers( void ); +void trap_LAN_SaveCachedServers( void ); void trap_LAN_MarkServerVisible(int source, int n, qboolean visible); int trap_LAN_ServerIsVisible( int source, int n); qboolean trap_LAN_UpdateVisiblePings( int source ); |