Moved FileDialog into its own class
This commit is contained in:
@@ -11,10 +11,12 @@
|
||||
#include "NetModules/InputNetAPI.h"
|
||||
#include "NetModules/SceneNetAPI.h"
|
||||
|
||||
#include <src/Scene/Components/BSPBrushComponent.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <sstream>
|
||||
#include <random>
|
||||
#include <regex>
|
||||
#include <src/Scene/Components/BSPBrushComponent.h>
|
||||
|
||||
|
||||
void ExceptionCallback(std::string_view InMessage)
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace Coral
|
||||
class Type;
|
||||
}
|
||||
|
||||
#include <filesystem>
|
||||
#include <Coral/HostInstance.hpp>
|
||||
#include <Coral/GC.hpp>
|
||||
#include <Coral/Array.hpp>
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
|
||||
#include <src/Vendors/wren/src/include/wren.h>
|
||||
|
||||
#include <fstream>
|
||||
|
||||
namespace Nuake
|
||||
{
|
||||
WrenScript::WrenScript(Ref<File> file, bool isEntityScript)
|
||||
|
||||
Reference in New Issue
Block a user