Mercurial > hg > Game > Cerium
comparison Renderer/Engine/SceneGraph.h @ 869:a215927a9885 draft
set_game_task add to SceneGraphRoot.
author | tkaito |
---|---|
date | Sun, 27 Jun 2010 23:01:44 +0900 |
parents | 63a08f3a468a |
children | 1cb89ec2e796 |
comparison
equal
deleted
inserted
replaced
868:08ed5e750d78 | 869:a215927a9885 |
---|---|
91 SceneGraphPtr clone(void *buf); | 91 SceneGraphPtr clone(void *buf); |
92 SceneGraphPtr searchSceneGraph(const char *name); | 92 SceneGraphPtr searchSceneGraph(const char *name); |
93 void set_move_collision(move_func new_move, collision_func new_collision); | 93 void set_move_collision(move_func new_move, collision_func new_collision); |
94 void set_move_collision(move_func new_move, collision_func new_collision, void *sgroot); | 94 void set_move_collision(move_func new_move, collision_func new_collision, void *sgroot); |
95 void set_move_collision(move_func new_move, collision_func new_collision, create_sg_func new_create_sg); | 95 void set_move_collision(move_func new_move, collision_func new_collision, create_sg_func new_create_sg); |
96 void set_game_task(void *sgroot_, int id, void *property, int size, PostFunction post_func); | |
96 void remove(void); | 97 void remove(void); |
97 SceneGraphPtr realRemoveFromTree(SceneGraphPtr tree); | 98 SceneGraphPtr realRemoveFromTree(SceneGraphPtr tree); |
98 SceneGraphPtr realRemoveFromList(SceneGraphPtr list); | 99 SceneGraphPtr realRemoveFromList(SceneGraphPtr list); |
99 int isRemoved(void); | 100 int isRemoved(void); |
100 | 101 |