comparison game_scene01.h @ 3:dca6d5d2ef46

stage 1 add
author tkaito
date Sun, 06 Jun 2010 05:23:51 +0900
parents
children e089ac9ea221
comparison
equal deleted inserted replaced
2:69b4108bf4e8 3:dca6d5d2ef46
1 #include "SceneGraphRoot.h"
2 #include "dandy.h"
3
4 void dandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
5 void dandy_collision(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);