* Bump the minimum SDL version up to 1.2.10, and remove workarounds for earlier versions
This commit is contained in:
parent
f9c4003186
commit
968892c61b
2 changed files with 2 additions and 24 deletions
|
@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
// Require a minimum version of SDL
|
||||
#define MINSDL_MAJOR 1
|
||||
#define MINSDL_MINOR 2
|
||||
#define MINSDL_PATCH 7
|
||||
#define MINSDL_PATCH 10
|
||||
|
||||
// Input subsystem
|
||||
void IN_Init( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue