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

task/DataAllocate.cc is changed for fifo64.
author tkaito
date Mon, 11 Oct 2010 19:42:28 +0900
parents 4455e7b0caf3
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 ball_bound : public Application {

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