Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.h @ 89:a309cf4eafc5
*** empty log message ***
author | gongo |
---|---|
date | Wed, 27 Feb 2008 17:26:40 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
#include "SceneGraph.h" #include "CubeTask.h" class CubeSceneGraph : SceneGraph { public: CubeTask* task; CubeSceneGraph(char *xml); };