Use SDL 2 instead of SDL 1.2
This commit is contained in:
parent
4432a80a3c
commit
f478761e07
13 changed files with 404 additions and 540 deletions
|
@ -24,12 +24,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#include "../qcommon/qcommon.h"
|
||||
|
||||
// Require a minimum version of SDL
|
||||
#define MINSDL_MAJOR 1
|
||||
#define MINSDL_MINOR 2
|
||||
#define MINSDL_PATCH 10
|
||||
#define MINSDL_MAJOR 2
|
||||
#define MINSDL_MINOR 0
|
||||
#define MINSDL_PATCH 0
|
||||
|
||||
// Input subsystem
|
||||
void IN_Init( void );
|
||||
void IN_Init( void *windowData );
|
||||
void IN_Frame( void );
|
||||
void IN_Shutdown( void );
|
||||
void IN_Restart( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue