annotate TaskManager/Test/test_render/Application/bullet_action.h @ 405:d47c5d865970

make Application sub directory
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 23 Sep 2009 12:36:36 +0900
parents TaskManager/Test/test_render/bullet_action.h@25c820b6060e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
383
25c820b6060e fix header, MemHash in kernel
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 213
diff changeset
1 #ifndef BULLET_ACTION_H
25c820b6060e fix header, MemHash in kernel
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 213
diff changeset
2 #define BULLET_ACTION_H
25c820b6060e fix header, MemHash in kernel
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 213
diff changeset
3
213
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
4 void bullet_init(SceneGraphPtr scene_graph, SceneGraphPtr node);
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
5 void bluebullet_move(SceneGraphPtr node, int screen_w, int screen_h);
159519cdca1f add SceneGraph "3D Super-Dandy"
gongo@localhost.localdomain
parents:
diff changeset
6 void bullet_collision(SceneGraphPtr node, int screen_w, int screen_h ,SceneGraphPtr tree);
383
25c820b6060e fix header, MemHash in kernel
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 213
diff changeset
7
25c820b6060e fix header, MemHash in kernel
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 213
diff changeset
8 #endif