mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-23 03:39:49 +00:00
13 lines
192 B
C++
13 lines
192 B
C++
#pragma once
|
|
|
|
#include <switch.h>
|
|
#include <vector>
|
|
|
|
#include "imgui.h"
|
|
#include "windows.hpp"
|
|
|
|
namespace Tabs {
|
|
void FileBrowser(WindowData &data);
|
|
void Settings(WindowData &data);
|
|
}
|