First attempts to port to SDL2

This commit is contained in:
Pere Pujal i Carabantes 2015-01-05 22:24:52 +01:00
parent 199776f258
commit 75089ea473
6 changed files with 235 additions and 171 deletions

View file

@ -35,7 +35,7 @@
#include <stdio.h>
#include <sys/wait.h>
#include "SDL.h"
#include "SDL2/SDL.h"
#include "compiler.h"