1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-16 20:13:35 +01:00
AIO-switch-updater/include/tools_tab.hpp

14 lines
325 B
C++

#pragma once
#include <borealis.hpp>
#include <json.hpp>
//#include "ntcp.hpp"
class ToolsTab : public brls::List
{
private:
brls::StagedAppletFrame* stagedFrame;
public:
ToolsTab(const std::string& tag, const nlohmann::ordered_json& payloads, bool erista = true, const nlohmann::ordered_json& hideStatus = {});
};