mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 20:11:48 +00:00
17 lines
272 B
C++
17 lines
272 B
C++
#pragma once
|
|
|
|
#include <borealis.hpp>
|
|
|
|
#include "utils.hpp"
|
|
#include "about_tab.hpp"
|
|
#include "list_download_tab.hpp"
|
|
#include "tools_tab.hpp"
|
|
|
|
class MainFrame : public brls::TabFrame
|
|
{
|
|
private:
|
|
//RefreshTask *refreshTask;
|
|
|
|
public:
|
|
MainFrame();
|
|
};
|