X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.hpp;h=9a267ad22a03c2e49e3b3d3505883bab17a52232;hb=657fc40723665c04b3150946f5bd66b6b0af9230;hp=75d34301ba8329324575ba0f8070b0148ed4ed65;hpb=a982e2b5dbe5446ed1c3bf6e236947b6711ef4c0;p=supertux.git diff --git a/src/title.hpp b/src/title.hpp index 75d34301b..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,11 +67,10 @@ 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; std::auto_ptr controller; std::auto_ptr titlesession; };