Moved FileDialog into its own class
This commit is contained in:
@@ -7,11 +7,16 @@
|
||||
#include <src/FileSystem/File.h>
|
||||
#include <src/Threading/JobSystem.h>
|
||||
#include <src/UI/ImUI.h>
|
||||
#include <src/FileSystem/FileDialog.h>
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <regex>
|
||||
|
||||
|
||||
void MapImporterWindow::Draw()
|
||||
{
|
||||
auto& io = ImGui::GetIO();
|
||||
|
||||
Reference in New Issue
Block a user