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

#include "UI/Localization.hpp"

#include <imgui.h>

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