view Renderer/Test_/bullet_action.h @ 4:b5b462ac9b3b

Cerium Blender ball_bound
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 29 Nov 2010 16:42:42 +0900
parents
children
line wrap: on
line source

#ifndef BULLET_ACTION_H
#define BULLET_ACTION_H

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);

#endif