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/PC_page.hpp

16 lines
248 B
C++
Raw Normal View History

2020-12-28 18:28:58 +00:00
#pragma once
2021-02-10 16:28:47 +00:00
#include <borealis.hpp>
2020-12-28 18:28:58 +00:00
class PCPage : public brls::AppletFrame
{
2021-09-11 14:48:13 +01:00
private:
brls::List* list;
brls::Label* label;
brls::ListItem* listItem;
brls::ListItem* restore;
brls::ListItem* backup;
public:
PCPage();
2020-12-28 18:28:58 +00:00
};