Mercurial > hg > Game > Cerium
diff Renderer/Engine/SceneGraphRoot.h @ 869:a215927a9885 draft
set_game_task add to SceneGraphRoot.
author | tkaito |
---|---|
date | Sun, 27 Jun 2010 23:01:44 +0900 |
parents | a033d464c812 |
children | 1cb89ec2e796 |
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraphRoot.h Tue Jun 22 16:10:28 2010 +0900 +++ b/Renderer/Engine/SceneGraphRoot.h Sun Jun 27 23:01:44 2010 +0900 @@ -105,6 +105,7 @@ void OffLightSwitch(int id); void OnLightSysSwitch(); void OffLightSysSwitch(); + void set_game_task(int id, void *property, int size, PostFunction post_func); /* Other System API */ void allExecute(int screen_w, int screen_h);