dungeon_crawler

diff prototype/src/main.cc @ 69:45172d087ebe

fixed some windows compatibility crap fixed a terrible stack overrun in psys (TODO: remember to fix in libpsys too)
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 03:42:44 +0200
parents 7f52d6310317
children a27528035e20
line diff
     1.1 --- a/prototype/src/main.cc	Sun Oct 07 02:05:11 2012 +0300
     1.2 +++ b/prototype/src/main.cc	Sun Oct 07 03:42:44 2012 +0200
     1.3 @@ -1,7 +1,6 @@
     1.4  #include <stdio.h>
     1.5  #include <stdlib.h>
     1.6  #include <assert.h>
     1.7 -#include <unistd.h>
     1.8  #include "opengl.h"
     1.9  #include "psys/psys.h"
    1.10  #include "level.h"