|
From: Vincent H. <ya...@us...> - 2005-06-24 22:49:04
|
Update of /cvsroot/twin-e/twin-e/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14524/src Modified Files: vars.h Log Message: broke everything to get brick loading a bit cleaner Index: vars.h =================================================================== RCS file: /cvsroot/twin-e/twin-e/src/vars.h,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** vars.h 12 Jun 2005 20:19:29 -0000 1.45 --- vars.h 24 Jun 2005 22:48:54 -0000 1.46 *************** *** 23,27 **** #ifdef PCLIKE ! #include "SDL.h" #endif //PCLIKE --- 23,27 ---- #ifdef PCLIKE ! #include <SDL/SDL.h> #endif //PCLIKE |