Mercurial > hg > Game > Cerium
view Renderer/Test/player_action.h @ 776:922c0133c61c draft
heap corruption in TaskArray1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Mar 2010 10:12:49 +0900 |
parents | 4c5264373c51 |
children |
line wrap: on
line source
void player_move_right(SceneGraphPtr node, int screen_w, int screen_h); void player_move_left(SceneGraphPtr node, int screen_w, int screen_h); void player_move_up(SceneGraphPtr node, int screen_w, int screen_h); void player_move_down(SceneGraphPtr node, int screen_w, int screen_h); void player_move_idle(SceneGraphPtr node); void player_move_all(SceneGraphPtr node, int screen_w, int screen_h); void player_collision(SceneGraphPtr node, int screen_w, int screen_h ,SceneGraphPtr tree);