mirror of
https://github.com/joel16/VITAlbum.git
synced 2025-02-18 17:57:49 +00:00
10 lines
139 B
C++
10 lines
139 B
C++
#pragma once
|
|
|
|
#include "imgui.h"
|
|
#include "windows.h"
|
|
|
|
namespace Tabs {
|
|
void FileBrowser(WindowData &data);
|
|
void Settings(void);
|
|
}
|