comparison Renderer/Test/ball_action.h @ 656:d0b8860c17f8

remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 25 Nov 2009 21:56:14 +0900
parents f6daf964f483
children
comparison
equal deleted inserted replaced
646:ffcc25c7c566 656:d0b8860c17f8
1 void ball_move(SceneGraphPtr, int, int); 1 void ball_move(SceneGraphPtr node, void *sgroot_, int w, int h);
2 void ball_coll(SceneGraphPtr, int, int, SceneGraphPtr); 2 void ball_coll(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree);