view Renderer/Test/ball_bound.h @ 542:109a33b72b10 draft

continue...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 15:48:40 +0900
parents
children 0c53fa91602f
line wrap: on
line source

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

class ball_bound : public Application {

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

}