Mercurial > hg > Game > Cerium
comparison Renderer/Engine/SceneGraphRoot.h @ 882:1cb89ec2e796 draft
SceneGraphRoot::set_move_task add.
author | tkaito |
---|---|
date | Mon, 12 Jul 2010 04:02:14 +0900 |
parents | a215927a9885 |
children | 52c4353308e7 |
comparison
equal
deleted
inserted
replaced
878:2919078d069f | 882:1cb89ec2e796 |
---|---|
104 void OnLightSwitch(int id); | 104 void OnLightSwitch(int id); |
105 void OffLightSwitch(int id); | 105 void OffLightSwitch(int id); |
106 void OnLightSysSwitch(); | 106 void OnLightSysSwitch(); |
107 void OffLightSysSwitch(); | 107 void OffLightSysSwitch(); |
108 void set_game_task(int id, void *property, int size, PostFunction post_func); | 108 void set_game_task(int id, void *property, int size, PostFunction post_func); |
109 void set_move_task(SceneGraphPtr node, int move, void *property, int size, PostFunction post_func); | |
110 | |
109 | 111 |
110 /* Other System API */ | 112 /* Other System API */ |
111 void allExecute(int screen_w, int screen_h); | 113 void allExecute(int screen_w, int screen_h); |
112 void oneExecute(int screen_w, int screen_h); | 114 void oneExecute(int screen_w, int screen_h); |
113 void checkRemove(); | 115 void checkRemove(); |