view Renderer/Test/node.h @ 560:1a2f015c42b2

gaplant... how to solve scenegraph id conflict?
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 19:23:13 +0900
parents ec72b601b71f
children d0b8860c17f8
line wrap: on
line source

#include <stdlib.h>
#include "SceneGraphRoot.h"
#include "Application.h"
#include "MainLoop.h"

class node : public Application {

    MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);

};