#pragma once #include #include #include "download.hpp" #include "extract.hpp" #include "confirm_page.hpp" #include "worker_page.hpp" class ListDownloadTab : public brls::List { private: brls::ListItem* listItem; brls::ListItem *cheatslipsItem; brls::Label *notFound; brls::Label *description; brls::Label *cheatSlipLabel; public: ListDownloadTab(archiveType type); ~ListDownloadTab(); };