Mercurial > hg > Game > Cerium
view Renderer/Test/gaplant.h @ 755:8aaa29d3e874 draft
add Test/create_task {spe, task}/Property
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 29 Jan 2010 11:34:43 +0900 |
parents | 18d31d18a6b2 |
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); };