mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Removing input functions from sys_local.h for last commit
It helps to actually save files before making commits.
This commit is contained in:
parent
ead54782d0
commit
5993c63c4e
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define MINSDL_MINOR 0
|
#define MINSDL_MINOR 0
|
||||||
#define MINSDL_PATCH 0
|
#define MINSDL_PATCH 0
|
||||||
|
|
||||||
// Input subsystem
|
|
||||||
void IN_Init( void *windowData );
|
|
||||||
void IN_Frame( void );
|
|
||||||
void IN_Shutdown( void );
|
|
||||||
void IN_Restart( void );
|
|
||||||
|
|
||||||
// Console
|
// Console
|
||||||
void CON_Shutdown( void );
|
void CON_Shutdown( void );
|
||||||
void CON_Init( void );
|
void CON_Init( void );
|
||||||
|
|
Loading…
Reference in a new issue