comparison game_scene01.h @ 4:e089ac9ea221

greenclab add. not complete...
author tkaito
date Sun, 06 Jun 2010 06:47:45 +0900
parents dca6d5d2ef46
children 57af5c610b34
comparison
equal deleted inserted replaced
3:dca6d5d2ef46 4:e089ac9ea221
1 #include "SceneGraphRoot.h" 1 #include "SceneGraphRoot.h"
2 #include "dandy.h" 2 #include "dandy.h"
3 3
4 void dandy_move(SceneGraphPtr node, void *sgroot_, int w, int h); 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); 5 void dandy_collision(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);
6
7 void gclab_move(SceneGraphPtr node, void *sgroot_, int w, int h);
8 void gclab_collision(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);
9
10