Initial commit.
This commit is contained in:
13
code/client/client_ui.h
Normal file
13
code/client/client_ui.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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 );
|
||||
|
||||
#endif //__CLIENTUI_H__
|
||||
Reference in New Issue
Block a user