view TaskManager/Test/test_render/bullet_action.h @ 236:c7abab87697a

fix
author gongo@localhost.localdomain
date Sun, 29 Mar 2009 22:03:16 +0900
parents 159519cdca1f
children 25c820b6060e
line wrap: on
line source

void bullet_init(SceneGraphPtr scene_graph, SceneGraphPtr node);
void bluebullet_move(SceneGraphPtr node, int screen_w, int screen_h);
void bullet_collision(SceneGraphPtr node, int screen_w, int screen_h ,SceneGraphPtr tree);