view Renderer/Test/gaplant.h @ 758:e615e552efa5

change Test/create_task
author hiroki
date Sat, 30 Jan 2010 19:33:16 +0900
parents b7376415fa5f
children
line wrap: on
line source

const double CHECK_HIT_RAD = 110;
const double BALL_RAD = 100;

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

class gaplant : public Application {

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