diff Renderer/Engine/SceneGraphRoot.h @ 882:f525427ae30f

SceneGraphRoot::set_move_task add.
author tkaito
date Mon, 12 Jul 2010 04:02:14 +0900
parents bcc81531a672
children 9a53faae88d8
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraphRoot.h	Tue Jul 06 10:39:41 2010 +0900
+++ b/Renderer/Engine/SceneGraphRoot.h	Mon Jul 12 04:02:14 2010 +0900
@@ -106,6 +106,8 @@
     void OnLightSysSwitch();
     void OffLightSysSwitch();
     void set_game_task(int id, void *property, int size, PostFunction post_func);
+    void set_move_task(SceneGraphPtr node, int move, void *property, int size, PostFunction post_func);
+    
 
     /* Other System API */
     void allExecute(int screen_w, int screen_h);