diff TaskManager/Test/test_render/SceneGraphIterator.h @ 341:2a0fad8a817d

add param gid [SceneGraph.h], func [SceneGraphIterator]
author aaa
date Mon, 29 Jun 2009 20:28:42 +0900
parents 3f4c6a75d7e0
children 25c820b6060e
line wrap: on
line diff
--- a/TaskManager/Test/test_render/SceneGraphIterator.h	Mon Jun 29 16:30:20 2009 +0900
+++ b/TaskManager/Test/test_render/SceneGraphIterator.h	Mon Jun 29 20:28:42 2009 +0900
@@ -16,8 +16,10 @@
     void set(SceneGraphPtr list);
     int hasNext(void);
     int hasNext(int id);
+    int hasNextGroup(int id);
     void next(void);
     void next(int id);
+    void nextGroup(int id);
     void remove(void);
     SceneGraphPtr get(void);
 };