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

#include "UI/Localization.hpp"

#include <imgui.h>

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