Mercurial > hg > Members > kono > Cerium
view example/cube/CubeSceneGraph.h @ 602:1733f3cbfa28
64bit mode try... not worked.
author | e075740@nw0740.st.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 06 Nov 2009 21:20:26 +0900 |
parents | df32980116bd |
children |
line wrap: on
line source
#include "SceneGraph.h" #include "CubeTask.h" class CubeSceneGraph : SceneGraph { public: CubeTask* task; CubeSceneGraph(char *xml); };