view Renderer/Test/enemy_action.h @ 895:b662e9dd26b0 draft

add alignment of classes in SPU width and height are automatically set in frame buffer API
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 17:23:49 +0900
parents 4c5264373c51
children
line wrap: on
line source

extern void enemy_move(SceneGraphPtr node, int screen_w, int screen_h);
extern void enemy_collision(SceneGraphPtr node, int screen_w, int screen_h, SceneGraphPtr tree);