mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-26 21:10:25 +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);
|
|
}
|