![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Headers/Script.h"
#include "Headers/ScriptBindings.h"
#include "Core/Headers/StringHelper.h"
#include "Utility/Headers/Localization.h"
#include "Platform/File/Headers/FileManagement.h"
#include "Platform/File/Headers/FileUpdateMonitor.h"
#include "Platform/File/Headers/FileWatcherManager.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::anonymous_namespace{Script.cpp} |
Variables | |
UpdateListener | Divide::anonymous_namespace{Script.cpp}::s_fileWatcherListener ([](const std::string_view atomName, FileUpdateEvent evt) { Script::onScriptModify(atomName, evt);}) |