mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-14 00:40:52 +00:00
27 lines
591 B
C
27 lines
591 B
C
// linux_local.h: Linux-specific Quake3 header file
|
|
|
|
void Sys_QueEvent( int time, sysEventType_t type, int value, int value2, int ptrLength, void *ptr );
|
|
qboolean Sys_GetPacket ( netadr_t *net_from, msg_t *net_message );
|
|
void Sys_SendKeyEvents (void);
|
|
|
|
// Input subsystem
|
|
|
|
void IN_Init (void);
|
|
void IN_Frame (void);
|
|
void IN_Shutdown (void);
|
|
|
|
|
|
void IN_JoyMove( void );
|
|
void IN_StartupJoystick( void );
|
|
|
|
// GL subsystem
|
|
qboolean QGL_Init( const char *dllname );
|
|
void QGL_EnableLogging( qboolean enable );
|
|
void QGL_Shutdown( void );
|
|
|
|
|
|
|
|
|
|
|
|
// bk001130 - win32
|
|
// void IN_JoystickCommands (void);
|