view Renderer/Test/ball_bound.h @ 729:4dc02d3e98bb

fix Test
author aaa
date Mon, 21 Dec 2009 19:15:24 +0900
parents 4f77768d7a7f
children 4455e7b0caf3
line wrap: on
line source

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

class ball_bound : public Application {

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