Mercurial > hg > Game > Cerium
comparison Renderer/Test/back_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 |
comparison
equal
deleted
inserted
replaced
646:9f9390b45f78 | 653:7a311860a76e |
---|---|
1 void back_move(SceneGraphPtr, int, int); | 1 void back_move(SceneGraphPtr node, void *sgroot_, int w, int h); |
2 void back_coll(SceneGraphPtr, int, int, SceneGraphPtr); | 2 void back_coll(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree); |