Removing input functions from sys_local.h for last commit

It helps to actually save files before making commits.
This commit is contained in:
Zack Middleton 2017-08-21 22:27:09 -05:00
parent ead54782d0
commit 5993c63c4e
1 changed files with 0 additions and 6 deletions

View File

@ -28,12 +28,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define MINSDL_MINOR 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
void CON_Shutdown( void );
void CON_Init( void );