view example/cube/CubeSceneGraph.h @ 0:df32980116bd

Initial revision
author gongo
date Sat, 02 Feb 2008 19:15:39 +0900
parents
children
line wrap: on
line source

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

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