Mercurial > hg > Game > Cerium
diff Renderer/Test/Chain.h @ 557:764772be1e3c draft
fix examlples (on going)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 22 Oct 2009 17:34:12 +0900 |
parents | 4c5264373c51 |
children | 7761ebf9c62a |
line wrap: on
line diff
--- a/Renderer/Test/Chain.h Thu Oct 22 14:05:24 2009 +0900 +++ b/Renderer/Test/Chain.h Thu Oct 22 17:34:12 2009 +0900 @@ -22,4 +22,7 @@ void chain_move(TaskManager *manager, SceneGraphPtr sg, int w, int h); void chain_collision(SceneGraphPtr sg, int w, int h, SceneGraphPtr osg); + MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); + + };