Mercurial > hg > Game > Cerium
diff Renderer/Test/ball_action.h @ 653:7a311860a76e draft
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 | 4c5264373c51 |
children |
line wrap: on
line diff
--- a/Renderer/Test/ball_action.h Sat Nov 21 11:20:29 2009 +0900 +++ b/Renderer/Test/ball_action.h Wed Nov 25 21:56:14 2009 +0900 @@ -1,2 +1,2 @@ -void ball_move(SceneGraphPtr, int, int); -void ball_coll(SceneGraphPtr, int, int, SceneGraphPtr); +void ball_move(SceneGraphPtr node, void *sgroot_, int w, int h); +void ball_coll(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree);