annotate TaskManager/Test/test_render/Application/player_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/player_action.h@159519cdca1f |
children |
|
rev |
line source |
213
|
1 void player_move_right(SceneGraphPtr node, int screen_w, int screen_h);
|
|
2 void player_move_left(SceneGraphPtr node, int screen_w, int screen_h);
|
|
3 void player_move_up(SceneGraphPtr node, int screen_w, int screen_h);
|
|
4 void player_move_down(SceneGraphPtr node, int screen_w, int screen_h);
|
|
5 void player_move_idle(SceneGraphPtr node);
|
|
6 void player_move_all(SceneGraphPtr node, int screen_w, int screen_h);
|
|
7 void player_collision(SceneGraphPtr node, int screen_w, int screen_h ,SceneGraphPtr tree);
|