X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fresources.hpp;h=c9e5bad804dc887e0bea398cf164057d04d35ca8;hb=2dfeff6e47786b3cc030eba72136755d8137845a;hp=b8152e58b12c30b8a8994a01abd2ca4e53712e81;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/resources.hpp b/src/resources.hpp index b8152e58b..c9e5bad80 100644 --- a/src/resources.hpp +++ b/src/resources.hpp @@ -20,28 +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 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();