Compilation fixes for SDL 1.3/2.0, Alien Blaster compiles but does not start

This commit is contained in:
pelya
2012-05-23 19:23:32 +03:00
parent 0c1ee22ffa
commit 04a4375565
16 changed files with 206 additions and 19 deletions

View File

@@ -21,6 +21,7 @@
#define INPUT_H
#include "SDL.h"
#include "SdlForwardCompat.h"
class Input;