Mercurial > hg > Game > Cerium
view example/cube/CubeSceneGraph.h @ 203:1eba8570808c draft
fix CreateSpan::run
author | gongo@localhost.localdomain |
---|---|
date | Mon, 26 Jan 2009 18:30: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); };