mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
- Remove documentation.h include and replace with forward declaration
- Move Documentation struct into documentation namespace
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#ifndef __OPENSPACE_CORE___SCRIPTSCHEDULER___H__
|
||||
#define __OPENSPACE_CORE___SCRIPTSCHEDULER___H__
|
||||
|
||||
#include <openspace/documentation/documentation.h>
|
||||
#include <openspace/scripting/lualibrary.h>
|
||||
|
||||
#include <queue>
|
||||
@@ -36,6 +35,7 @@ class Dictionary;
|
||||
} // namespace ghoul
|
||||
|
||||
namespace openspace {
|
||||
namespace documentation { struct Documentation; }
|
||||
namespace scripting {
|
||||
|
||||
/**
|
||||
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
static LuaLibrary luaLibrary();
|
||||
|
||||
static openspace::Documentation Documentation();
|
||||
static documentation::Documentation Documentation();
|
||||
|
||||
private:
|
||||
std::vector<double> _timings;
|
||||
|
||||
Reference in New Issue
Block a user