annotate Renderer/Test/ball_action.h @ 758:e615e552efa5

change Test/create_task
author hiroki
date Sat, 30 Jan 2010 19:33:16 +0900
parents d0b8860c17f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
656
d0b8860c17f8 remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents: 508
diff changeset
1 void ball_move(SceneGraphPtr node, void *sgroot_, int w, int h);
d0b8860c17f8 remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents: 508
diff changeset
2 void ball_coll(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree);