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

@@ -1,10 +1,14 @@
#include "NetScriptPanel.h"
#include "../Windows/FileSystemUI.h"
#include <src/Scene/Components/NetScriptComponent.h>
#include <src/FileSystem/FileDialog.h>
#include "src/FileSystem/FileSystem.h"
#include <src/Scripting/ScriptingEngineNet.h>
#include <src/Scene/Components/NetScriptComponent.h>
#include <src/Scene/Entities/ImGuiHelper.h>
void NetScriptPanel::Draw(Nuake::Entity entity)
{
if (!entity.HasComponent<Nuake::NetScriptComponent>())