Mercurial > hg > Game > Cerium
diff Renderer/Engine/SceneGraphRoot.h @ 758:77f936380930 draft
fix create_task
author | hiroki@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 01 Feb 2010 17:08:36 +0900 |
parents | 18d31d18a6b2 |
children | 45f7ab7101ea |
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraphRoot.h Sat Jan 30 19:33:16 2010 +0900 +++ b/Renderer/Engine/SceneGraphRoot.h Mon Feb 01 17:08:36 2010 +0900 @@ -83,6 +83,7 @@ /* Other System API */ void allExecute(int screen_w, int screen_h); + void oneExecute(int screen_w, int screen_h); void checkRemove(); SceneGraphPtr getExecuteSceneGraph(); SceneGraphPtr getDrawSceneGraph();