Initial Commit
This commit is contained in:
16
include/JC_page.hpp
Normal file
16
include/JC_page.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <borealis.hpp>
|
||||
|
||||
class JCPage : public brls::AppletFrame
|
||||
{
|
||||
private:
|
||||
brls::List* list;
|
||||
brls::Label* label;
|
||||
brls::ListItem* listItem;
|
||||
brls::ListItem* restore;
|
||||
brls::ListItem* backup;
|
||||
|
||||
public:
|
||||
JCPage();
|
||||
};
|
||||
Reference in New Issue
Block a user