X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fresources.hpp;h=c9e5bad804dc887e0bea398cf164057d04d35ca8;hb=2d1bc69993923150eb701d3cacb917ab4e23d5ef;hp=811ff53a07e6dacc67fe6b479ac4ff7a571d21ca;hpb=1486ceaaf9dd7a9d2d7e3654550b9a2768df2a56;p=supertux.git diff --git a/src/resources.hpp b/src/resources.hpp index 811ff53a0..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,29 +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 SpriteManager* sprite_manager; -extern TileManager* tile_manager; - -extern Menu* main_menu; -extern Menu* game_menu; -extern Menu* options_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();