mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Fixing more includes and forward declarations (#3876)
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
// #define Debugging_Core_SceneGraphNode_Indices
|
||||
@@ -49,20 +51,19 @@ namespace ghoul::opengl { class ProgramObject; }
|
||||
|
||||
namespace openspace {
|
||||
|
||||
namespace documentation { struct Documentation; }
|
||||
class Camera;
|
||||
struct RenderData;
|
||||
class Renderable;
|
||||
struct RenderData;
|
||||
struct RendererTasks;
|
||||
class Rotation;
|
||||
class Translation;
|
||||
class Scale;
|
||||
class Scene;
|
||||
struct UpdateData;
|
||||
struct SurfacePositionHandle;
|
||||
class TimeFrame;
|
||||
class Time;
|
||||
|
||||
namespace documentation { struct Documentation; }
|
||||
class TimeFrame;
|
||||
class Translation;
|
||||
struct UpdateData;
|
||||
|
||||
class SceneGraphNode : public properties::PropertyOwner {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user