aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI_Export.cpp
blob: 06b49f5d343b73a6a9a70655d1f3fd3ad1d27ff0 (plain)
1
2
3
4
5
6
7
8
9
#include "UI.hpp"

#include "UI/Localization.hpp"

#include <imgui.h>

void UI::ExportTab() {
	// TODO
}