19#ifndef FENNEC_SCENE_SCENE_H
20#define FENNEC_SCENE_SCENE_H
23#include <fennec/string/string.h>
52 scene_node*
operator[](
const string& name)
const;
Main Scene Hierarchy.
Definition scene.h:36
scene_node * operator[](const cstring &name) const
Find a node by name.
Definition scene.cpp:37
A header containing the definition for a tree with a root and directed edges.
This struct wraps c-style strings.
Definition cstring.h:64
Rooted-Directed Tree.
Definition rdtree.h:49