Skip to content

Commit

Permalink
Removing input functions from sys_local.h for last commit
Browse files Browse the repository at this point in the history
It helps to actually save files before making commits.
  • Loading branch information
zturtleman committed Aug 22, 2017
1 parent ead5478 commit 5993c63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/sys/sys_local.h
Expand Up @@ -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 );
Expand Down

0 comments on commit 5993c63

Please sign in to comment.