aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI_DatabaseView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/UI/UI_DatabaseView.cpp')
-rw-r--r--core/src/UI/UI_DatabaseView.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/UI/UI_DatabaseView.cpp b/core/src/UI/UI_DatabaseView.cpp
new file mode 100644
index 0000000..234aeaa
--- /dev/null
+++ b/core/src/UI/UI_DatabaseView.cpp
@@ -0,0 +1,9 @@
+#include "UI.hpp"
+
+#include "UI/Localization.hpp"
+
+#include <imgui.h>
+
+void UI::DatabaseViewTab() {
+ // TODO
+}