mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Code cleanup regarding scenegraphnodes
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#ifndef __QUERY_H__
|
||||
#define __QUERY_H__
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
namespace openspace {
|
||||
@@ -33,7 +32,7 @@ namespace openspace {
|
||||
class SceneGraph;
|
||||
class SceneGraphNode;
|
||||
|
||||
std::shared_ptr<SceneGraph> getSceneGraph();
|
||||
SceneGraph* getSceneGraph();
|
||||
|
||||
SceneGraphNode* getSceneGraphNode(const std::string& name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user