1 2 3 4 5 6 7 8 9 10
#include "UI/UI.hpp" #include "UI/Localization.hpp" #include <imgui.h> void UI::SettingsTab() { // TODO }