mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
Merge branch 'master' into thesis/2019/camera-paths and resolve conflicts
# Conflicts: # modules/globebrowsing/globebrowsingmodule.cpp # modules/globebrowsing/globebrowsingmodule_lua.inl
This commit is contained in:
@@ -31,9 +31,10 @@
|
||||
#include <openspace/scripting/lualibrary.h>
|
||||
#include <ghoul/lua/luastate.h>
|
||||
#include <ghoul/misc/boolean.h>
|
||||
#include <filesystem>
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
#include <optional>
|
||||
#include <queue>
|
||||
#include <functional>
|
||||
|
||||
namespace openspace { class SyncBuffer; }
|
||||
@@ -82,7 +83,7 @@ public:
|
||||
bool hasLibrary(const std::string& name);
|
||||
|
||||
bool runScript(const std::string& script, ScriptCallback callback = ScriptCallback());
|
||||
bool runScriptFile(const std::string& filename);
|
||||
bool runScriptFile(const std::filesystem::path& filename);
|
||||
|
||||
bool writeLog(const std::string& script);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user