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

17 lines
303 B
C++
Raw 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;
brls::ListItem* view;
brls::ListItem* deleteCheats;
brls::ListItem* exclude;
brls::ListItem* dlAll;
brls::StagedAppletFrame* stagedFrame;
2021-09-11 14:48:13 +01:00
public:
CheatsPage();
};