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

#include "UI/Localization.hpp"

#include <imgui.h>

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