yeti cleanup and death animation rework, hitbox fix ups
[supertux.git] / src / resources.hpp
index 0263959..b8152e5 100644 (file)
@@ -1,7 +1,8 @@
 //  $Id$
 //
-//  SuperTux -  A Jump'n Run
+//  SuperTux
 //  Copyright (C) 2003 Tobias Glaesser <tobi.web@gmx.de>
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
@@ -19,8 +20,6 @@
 #ifndef SUPERTUX_RESOURCES_H
 #define SUPERTUX_RESOURCES_H
 
-#include <string>
-
 class SpriteManager;
 class Menu;
 class Font;
@@ -29,18 +28,11 @@ class SoundManager;
 class TileManager;
 class MouseCursor;
 
-extern Surface* img_super_bkgd;
-extern Surface* tux_life;
-
 extern SpriteManager* sprite_manager;
 extern TileManager* tile_manager;
 
-extern Menu* contrib_menu;
-extern Menu* contrib_subset_menu;
 extern Menu* main_menu;
 extern Menu* game_menu;
-extern Menu* options_menu;
-extern Menu* load_game_menu;
 
 extern MouseCursor* mouse_cursor;