view TaskManager/Test/test_render/Application/bullet_action.h @ 543:9f9d51b60062

complex lindaapi
author aaa
date Wed, 21 Oct 2009 21:00:48 +0900
parents d47c5d865970
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