Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26754/src
Modified Files:
title.cpp
Log Message:
Missing include. Was only included, cause it was on leveleditor.h.
Index: title.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/title.cpp,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- title.cpp 16 Jun 2004 00:40:42 -0000 1.98
+++ title.cpp 23 Jun 2004 10:17:25 -0000 1.99
@@ -43,6 +43,7 @@
#include "timer.h"
#include "setup.h"
#include "level.h"
+#include "level_subset.h"
#include "gameloop.h"
#include "leveleditor.h"
#include "scene.h"
|