diff options
Diffstat (limited to 'core/src/UI/UI_Settings.cpp')
-rw-r--r-- | core/src/UI/UI_Settings.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/UI/UI_Settings.cpp b/core/src/UI/UI_Settings.cpp new file mode 100644 index 0000000..3dbb0d2 --- /dev/null +++ b/core/src/UI/UI_Settings.cpp @@ -0,0 +1,9 @@ +#include "UI/UI.hpp" + +#include "UI/Localization.hpp" + +#include <imgui.h> + +void UI::SettingsTab() { + // TODO +} |