Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/SceneGraph/SG_Node.h')
-rw-r--r--source/gameengine/SceneGraph/SG_Node.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/gameengine/SceneGraph/SG_Node.h b/source/gameengine/SceneGraph/SG_Node.h
index 225ea513630..fe30213614f 100644
--- a/source/gameengine/SceneGraph/SG_Node.h
+++ b/source/gameengine/SceneGraph/SG_Node.h
@@ -37,9 +37,11 @@
typedef std::vector<SG_Node*> NodeList;
+/**
+ * Scenegraph node.
+ */
class SG_Node : public SG_Spatial
{
-
public:
SG_Node(
@@ -185,6 +187,8 @@ public:
void
Destruct(
);
+
+
private: