diff game_scene01.h @ 5:57af5c610b34

iroiro add
author tkaito
date Mon, 07 Jun 2010 02:16:02 +0900
parents e089ac9ea221
children
line wrap: on
line diff
--- a/game_scene01.h	Sun Jun 06 06:47:45 2010 +0900
+++ b/game_scene01.h	Mon Jun 07 02:16:02 2010 +0900
@@ -1,10 +1,16 @@
 #include "SceneGraphRoot.h"
 #include "dandy.h"
 
-void dandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
-void dandy_collision(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);
+//extern SceneGraphPtr back_;
+//extern SceneGraphPtr dandys[5];
+
+void mydandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
+void ldandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
+void rdandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
+void ltdandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
+void rtdandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
+void dandy_coll(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);
+void mydandy_coll(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);
 
 void gclab_move(SceneGraphPtr node, void *sgroot_, int w, int h);
 void gclab_collision(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);
-
-