diff Renderer/Engine/viewer.h @ 886:0cd80fa14cd9

set_move_task add.
author tkaito
date Tue, 13 Jul 2010 18:23:22 +0900
parents bcc81531a672
children 62838c1cd4b0
line wrap: on
line diff
--- a/Renderer/Engine/viewer.h	Tue Jul 13 16:23:04 2010 +0900
+++ b/Renderer/Engine/viewer.h	Tue Jul 13 18:23:22 2010 +0900
@@ -89,6 +89,10 @@
     // void setSceneData(SceneGraph *g);
     void mainLoop();
 
+    void set_move_task(SceneGraphPtr node, int move_id, void *titlep, int size, PostFunction post_func)
+    {
+      sgroot->set_move_task(node, move_id, titlep, size, post_func);
+    }
     void set_game_task(int id, void *property, int size, PostFunction post_func)
     {
       sgroot->set_game_task(id, property, size, post_func);