aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-03-29 00:06:34 -0700
committerrtk0c <[email protected]>2021-03-29 00:06:34 -0700
commit2d7e772909571676dd4266337d43086bd2927e93 (patch)
tree80ec2c39336b5b7fd1cd50d5a715343531f6a743 /core/src/UI/UI.hpp
parent53bff541e292c5d6cae73881a37bf8f7e4a5fd0a (diff)
UI big structure
Diffstat (limited to 'core/src/UI/UI.hpp')
-rw-r--r--core/src/UI/UI.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/src/UI/UI.hpp b/core/src/UI/UI.hpp
new file mode 100644
index 0000000..08f5771
--- /dev/null
+++ b/core/src/UI/UI.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+namespace UI {
+
+void MainWindow();
+
+void SettingsTab();
+void DatabaseViewTab();
+void ItemsTab();
+void ExportTab();
+
+} // namespace UI