Moved FileSystem stuff into seprate files and a FileSystem Folder

This commit is contained in:
Antoine Pilote
2024-09-03 23:49:22 -04:00
parent db21f342b5
commit c91812c65e
63 changed files with 553 additions and 431 deletions

View File

@@ -1,7 +1,7 @@
#include "ProjectSettingsWindow.h"
#include <imgui/imgui.h>
#include "../../Misc/InterfaceFonts.h"
#include <src/Core/FileSystem.h>
#include "src/FileSystem/FileSystem.h"
#include "../EditorInterface.h"
#include "../../Commands/Commands/Commands.h"
#include <src/Audio/AudioManager.h>