check in configure if xgettext supports lisp
[supertux.git] / src / intro.cpp
index 62890b6..d23e600 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#include <config.h>
 
 #include "intro.h"
 #include "app/globals.h"
-#include "app/defines.h"
+#include "defines.h"
 #include "video/font.h"
 #include "video/screen.h"
+#include "resources.h"
+
+using namespace SuperTux;
 
 void draw_intro()
 {
-  display_text_file("intro.txt", 1);
+  display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text );
 }