X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fresources.hpp;h=c9e5bad804dc887e0bea398cf164057d04d35ca8;hb=13c84268f16872f9b442251c4175a3a1a7a7899a;hp=1771aa5675c6f8f5cd6210fa70f98188c0ba1c93;hpb=6a5c52fa2a14acd773c628dcd9c04221fe6e960f;p=supertux.git diff --git a/src/resources.hpp b/src/resources.hpp index 1771aa567..c9e5bad80 100644 --- a/src/resources.hpp +++ b/src/resources.hpp @@ -1,7 +1,8 @@ // $Id$ // -// SuperTux - A Jump'n Run +// SuperTux // Copyright (C) 2003 Tobias Glaesser +// Copyright (C) 2006 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,35 +20,15 @@ #ifndef SUPERTUX_RESOURCES_H #define SUPERTUX_RESOURCES_H -class SpriteManager; -class Menu; class Font; -class Surface; -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; -extern Font* gold_text; -extern Font* white_text; -extern Font* blue_text; -extern Font* gray_text; -extern Font* white_small_text; -extern Font* white_big_text; +extern Font* fixed_font; +extern Font* normal_font; +extern Font* small_font; +extern Font* big_font; void load_shared(); void unload_shared();