Moved FileDialog into its own class

This commit is contained in:
Antoine Pilote
2024-09-04 00:14:00 -04:00
parent c91812c65e
commit 87f58d890e
22 changed files with 452 additions and 415 deletions

View File

@@ -23,6 +23,7 @@
#include "Engine.h"
#include "src/Core/Maths.h"
#include "src/FileSystem/FileSystem.h"
#include "src/FileSystem/FileDialog.h"
#include "src/Scene/Components.h"
#include "src/Scene/Components/BoxCollider.h"
@@ -31,12 +32,12 @@
#include "src/Scene/Components/SkinnedModelComponent.h"
#include "src/Scene/Components/BoneComponent.h"
#include <Tracy.hpp>
#include <fstream>
#include <future>
#include <streambuf>
#include <chrono>
#include <Tracy.hpp>
namespace Nuake
{