diff options
Diffstat (limited to 'app/source/Cplt/UI/UI_Settings.cpp')
-rw-r--r-- | app/source/Cplt/UI/UI_Settings.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/source/Cplt/UI/UI_Settings.cpp b/app/source/Cplt/UI/UI_Settings.cpp new file mode 100644 index 0000000..71a752a --- /dev/null +++ b/app/source/Cplt/UI/UI_Settings.cpp @@ -0,0 +1,8 @@ +#include <Cplt/UI/UI.hpp> + +#include <imgui.h> + +void UI::SettingsTab() +{ + // TODO +} |