X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fresources.hpp;h=c9e5bad804dc887e0bea398cf164057d04d35ca8;hb=8b8e1c3576cedddb1d88eafa5fd4804e8257793c;hp=02639590a1adc2523d9ef5bf1f362af8886b039f;hpb=86181b0a14d89cf45daf97199c3556c4dd1ee7b7;p=supertux.git diff --git a/src/resources.hpp b/src/resources.hpp index 02639590a..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,37 +20,15 @@ #ifndef SUPERTUX_RESOURCES_H #define SUPERTUX_RESOURCES_H -#include - -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();