Added missing forward declaration

This commit is contained in:
Robert Osfield
2011-09-14 10:22:04 +00:00
parent 8345c85c3c
commit 420d8f6acf

View File

@@ -38,6 +38,7 @@ class Transform;
class Node;
class Switch;
class Geode;
class Camera;
/** A vector of Nodes pointers which is used to describe the path from a root node to a descendant.*/
typedef std::vector< Node* > NodePath;