Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.h @ 108:6f3b3dd3c095
Added tag cvs for changeset ce5755f544c1
author | gongo@gendarme.local |
---|---|
date | Wed, 12 Nov 2008 17:29:35 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
#include "SceneGraph.h" #include "CubeTask.h" class CubeSceneGraph : SceneGraph { public: CubeTask* task; CubeSceneGraph(char *xml); };