view Renderer/Test/property_chain.h @ 774:5102e1751d6f

add property_chain.h
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Tue, 16 Feb 2010 15:00:50 +0900
parents
children
line wrap: on
line source

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

class property_chain : public Application {

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

};