Initial Commit
This commit is contained in:
20
include/exclude_page.hpp
Normal file
20
include/exclude_page.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include <borealis.hpp>
|
||||
#include <set>
|
||||
|
||||
#include "utils.hpp"
|
||||
|
||||
class ExcludePage : public brls::AppletFrame
|
||||
{
|
||||
private:
|
||||
brls::List* list;
|
||||
brls::Label* label;
|
||||
brls::ListItem* save;
|
||||
std::vector<util::app*> apps;
|
||||
std::set<std::string> titles;
|
||||
std::set<std::pair<brls::ToggleListItem*, std::string>> items;
|
||||
|
||||
public:
|
||||
ExcludePage();
|
||||
};
|
||||
Reference in New Issue
Block a user