X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.hpp;h=9a267ad22a03c2e49e3b3d3505883bab17a52232;hb=38105c22495d9439b30221732dd5d7b89f328a0c;hp=25d68821c98c5a32b2cf1326f21d9e12fb7820c0;hpb=3e4c1285ee74547ce0b970835b15453e4a4e4f7d;p=supertux.git diff --git a/src/title.hpp b/src/title.hpp index 25d68821c..9a267ad22 100644 --- a/src/title.hpp +++ b/src/title.hpp @@ -25,7 +25,7 @@ #include #include "screen.hpp" #include "game_session.hpp" -#include "addon.hpp" +#include "addon/addon.hpp" class Menu; class World; @@ -67,9 +67,7 @@ private: std::auto_ptr main_world; std::vector contrib_worlds; std::auto_ptr addons_menu; - std::vector addons; /**< shown list of Add-ons */ - std::vector available_addons; /**< list of downloadable Add-ons */ - std::vector installed_addons; /**< list of currently installed Add-ons */ + std::vector addons; /**< shown list of Add-ons */ World* current_world; std::auto_ptr frame;