one forgotten #include change
authorTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 18:06:14 +0000 (18:06 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 18:06:14 +0000 (18:06 +0000)
SVN-Revision: 1600

src/special.cpp

index 701a82c..09f287c 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "SDL.h"
 
-#include "defines.h"
+#include "app/defines.h"
 #include "special.h"
 #include "camera.h"
 #include "gameloop.h"