Mercurial > hg > Game > Cerium
annotate Renderer/Test/player_action.h @ 1813:d7973604e81f draft
fix memin size
author | kkb |
---|---|
date | Thu, 12 Dec 2013 18:34:16 +0900 |
parents | 4c5264373c51 |
children |
rev | line source |
---|---|
539 | 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); |