#pragma once #include #include #include "constants.hpp" class ListDownloadTab : public brls::List { private: brls::ListItem* listItem; nlohmann::ordered_json nxlinks; std::string currentCheatsVer = ""; std::string newCheatsVer = ""; contentType type; void createList(); void createList(contentType type); void createCheatSlipItem(); void creategbatempItem(); void setDescription(); void setDescription(contentType type); void displayNotFound(); public: ListDownloadTab(const contentType type, const nlohmann::ordered_json& nxlinks = nlohmann::ordered_json::object()); };