view Renderer/Test/SgRootChange.h @ 991:5418d809dc6a akira

close this branch
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 02 Oct 2010 04:16:23 +0900
parents 4f77768d7a7f
children
line wrap: on
line source

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

class SgRootChange : public Application {

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

};