- fixed compiler warning

This commit is contained in:
Mark Vejvoda 2012-05-21 20:42:26 +00:00
parent 1652d9e810
commit 6f78e11542

View File

@ -13,7 +13,7 @@
#include <string> #include <string>
typedef struct SDL_Surface; struct SDL_Surface;
class ctx; class ctx;
using namespace std; using namespace std;