comparison Renderer/Test/ball_bound.cc @ 511:997490a061ee

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 17:46:20 +0900
parents 97e1b0346597
children 01b64f21405e
comparison
equal deleted inserted replaced
510:97e1b0346597 511:997490a061ee
1 #include <math.h> 1 #include <math.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include "SceneGraphRoot.h" 3 #include "SceneGraphRoot.h"
4 #include "SGList.h" 4 #include "MainLoop.h"
5 #include "ball_xml.h"
6 #include "ball_bound.h"
5 7
6 // prototype 8 // prototype
7 static void ball_move(SceneGraphPtr node, int screen_w, int screen_h); 9 static void ball_move(SceneGraphPtr node, int screen_w, int screen_h);
8 static void ball_collision(SceneGraphPtr node, int screen_w, int screen_h, SceneGraphPtr tree); 10 static void ball_collision(SceneGraphPtr node, int screen_w, int screen_h, SceneGraphPtr tree);
9 static void ball_collision_idle(SceneGraphPtr, int w, int h, SceneGraphPtr tree); 11 static void ball_collision_idle(SceneGraphPtr, int w, int h, SceneGraphPtr tree);