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

16 lines
317 B
C++

#pragma once
#include <borealis.hpp>
#include <json.hpp>
class DownloadPayloadPage : public brls::AppletFrame
{
private:
brls::Label* label;
brls::Label* notFound;
brls::List* list;
brls::ListItem* listItem;
public:
DownloadPayloadPage(const nlohmann::ordered_json& payloads);
};