view Renderer/Test/gaplant.h @ 1010:44b2c4cb539d

fix
author yutaka@localhost.localdomain
date Thu, 28 Oct 2010 17:40:13 +0900
parents 4dc02d3e98bb
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);
};