jedi-academy/code/client/client_ui.h

13 lines
394 B
C
Raw Normal View History

2013-04-19 02:52:48 +00:00
// client_ui.h -- header for client access to ui funcs
#ifndef __CLIENTUI_H__
#define __CLIENTUI_H__
#include "../ui/ui_public.h"
void _UI_KeyEvent( int key, qboolean down );
void UI_SetActiveMenu( const char* menuname,const char *menuID );
void UI_UpdateConnectionMessageString( char *string );
qboolean UI_ConsoleCommand( void ) ;
qboolean _UI_IsFullscreen( void );
2013-04-04 22:35:38 +00:00
#endif //__CLIENTUI_H__