diff Renderer/Engine/SceneGraphRoot.h @ 869:bcc81531a672

set_game_task add to SceneGraphRoot.
author tkaito
date Sun, 27 Jun 2010 23:01:44 +0900
parents df80613f1e1a
children f525427ae30f
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraphRoot.h	Tue Jun 22 16:10:28 2010 +0900
+++ b/Renderer/Engine/SceneGraphRoot.h	Sun Jun 27 23:01:44 2010 +0900
@@ -105,6 +105,7 @@
     void OffLightSwitch(int id);
     void OnLightSysSwitch();
     void OffLightSysSwitch();
+    void set_game_task(int id, void *property, int size, PostFunction post_func);
 
     /* Other System API */
     void allExecute(int screen_w, int screen_h);