view Renderer/test_render/bullet_action.h @ 503:516d5c91d5b4 draft double-linked-task-list

comment
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 11 Oct 2009 19:35:33 +0900
parents 15bfacccde99
children
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);