view Renderer/Test/property_chain.h @ 992:1b018a00cd17

task/DataAllocate.cc is changed for fifo64.
author tkaito
date Mon, 11 Oct 2010 19:42:28 +0900
parents 5102e1751d6f
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);

};