view Renderer/Test/direction.h @ 919:1a5de2a29987

add linda_test
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Mon, 26 Jul 2010 00:37:26 +0900
parents 4dc02d3e98bb
children
line wrap: on
line source

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

class direction : public Application {

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

};