view example/cube/CubeSceneGraph.h @ 270:bbc2375153d7

merge 252
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 04 Jun 2009 00:03:49 +0900
parents df32980116bd
children
line wrap: on
line source

#include "SceneGraph.h"
#include "CubeTask.h"

class CubeSceneGraph : SceneGraph {
public:
    CubeTask* task;
    CubeSceneGraph(char *xml);
};