diff game_scene01.h @ 3:dca6d5d2ef46

stage 1 add
author tkaito
date Sun, 06 Jun 2010 05:23:51 +0900
parents
children e089ac9ea221
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/game_scene01.h	Sun Jun 06 05:23:51 2010 +0900
@@ -0,0 +1,5 @@
+#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);