Trying to compile on amiga with vbcc.

Removed some useless unixisms.
Still not working.
Hope I did not break too much things.




git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1035 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-09-19 22:41:51 +00:00
parent 7a19586b2d
commit b12423d03b
14 changed files with 111 additions and 60 deletions

2
main.c
View File

@@ -25,7 +25,7 @@
#include <string.h>
#include <signal.h>
#include <time.h>
#include <unistd.h>
//#include <unistd.h>
#include <SDL.h>
#include <SDL_image.h>