Files
cheats-updater/include/tools_tab.hpp
2026-03-05 20:18:29 +01:00

14 lines
338 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 = {});
};