aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/UI/UI_Settings.cpp
blob: 71a752ae3c2481b3fd2c2533b9c8422b0db3e111 (plain)
1
2
3
4
5
6
7
8
#include <Cplt/UI/UI.hpp>

#include <imgui.h>

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