1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-10 20:36:39 +00:00
AIO-switch-updater/include/language_option_page.hpp

18 lines
343 B
C++
Raw Normal View History

#pragma once
#include <borealis.hpp>
#include "app_page.hpp"
#include "exclude_page.hpp"
class LanguageOptionPage : public brls::AppletFrame
{
private:
brls::List* list;
brls::ListItem* English;
brls::ListItem* Chinese;
brls::StagedAppletFrame* stagedFrame;
public:
LanguageOptionPage();
};