diff Renderer/Engine/SceneGraphRoot.h @ 759:bb47827c04c1

fix create_task
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Mon, 01 Feb 2010 17:08:36 +0900
parents b7376415fa5f
children 24a37fe8419a
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();