1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-18 21:13:38 +01:00
AIO-switch-updater/include/cheats_page.hpp

14 lines
213 B
C++
Raw Permalink Normal View History

2021-09-11 14:48:13 +01:00
#pragma once
#include <borealis.hpp>
class CheatsPage : public brls::AppletFrame
{
2021-09-11 14:48:13 +01:00
private:
brls::List* list;
2021-10-14 20:50:18 +01:00
brls::ListItem* item;
2021-09-11 14:48:13 +01:00
brls::StagedAppletFrame* stagedFrame;
2021-09-11 14:48:13 +01:00
public:
CheatsPage();
};