[UI] Redesigned "Install Content" window
- Added ID for each ImGui window - Added filesystem::CreateFolder function
This commit is contained in:
committed by
Radosław Gliński
parent
5d5eb03127
commit
56703e52e2
@@ -16,9 +16,12 @@
|
||||
namespace xe {
|
||||
namespace ui {
|
||||
|
||||
uint64_t ImGuiDialog::next_window_id_ = 0;
|
||||
|
||||
ImGuiDialog::ImGuiDialog(ImGuiDrawer* imgui_drawer)
|
||||
: imgui_drawer_(imgui_drawer) {
|
||||
imgui_drawer_->AddDialog(this);
|
||||
next_window_id_++;
|
||||
}
|
||||
|
||||
ImGuiDialog::~ImGuiDialog() {
|
||||
|
||||
Reference in New Issue
Block a user