mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
12 lines
328 B
C
12 lines
328 B
C
|
#include "../game/q_shared.h"
|
||
|
#include "../qcommon/qcommon.h"
|
||
|
#include "../client/client.h"
|
||
|
|
||
|
void IN_Init( void );
|
||
|
void IN_Shutdown( void );
|
||
|
void IN_Restart( void );
|
||
|
|
||
|
void Sys_GLimpSafeInit( void );
|
||
|
void Sys_GLimpInit( void );
|
||
|
void Sys_QueEvent( int time, sysEventType_t type, int value, int value2, int ptrLength, void *ptr );
|