annotate TaskManager/Test/test_render/bullet_action.h @ 213:159519cdca1f

add SceneGraph "3D Super-Dandy"
author gongo@localhost.localdomain
date Sun, 01 Feb 2009 20:45:07 +0900
parents
children 25c820b6060e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
213
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
1 void bullet_init(SceneGraphPtr scene_graph, SceneGraphPtr node);
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
2 void bluebullet_move(SceneGraphPtr node, int screen_w, int screen_h);
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
3 void bullet_collision(SceneGraphPtr node, int screen_w, int screen_h ,SceneGraphPtr tree);