view Renderer/Test/init_position.h @ 680:4f7512038ced draft

Test/SgRootChange not work
author hiroki@localhost.localdomain
date Tue, 08 Dec 2009 16:48:01 +0900
parents 764772be1e3c
children
line wrap: on
line source

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

class position : public Application {

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

};