mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-03-12 12:13:05 +00:00
7 lines
235 B
C
7 lines
235 B
C
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 );
|