diff viewer.cc @ 1:5a888b557a41

image and xml add (title, effect, gameover)
author tkaito
date Fri, 04 Jun 2010 06:25:42 +0900
parents bb4b306c1248
children dca6d5d2ef46
line wrap: on
line diff
--- a/viewer.cc	Mon May 31 18:22:53 2010 +0900
+++ b/viewer.cc	Fri Jun 04 06:25:42 2010 +0900
@@ -8,7 +8,7 @@
 // prototype
 static void object_move_rotation(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h);
 static void object_collision(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h, SceneGraphPtr tree);
-static void object_collision_idle(SceneGraphPtr, void *sgroot_, int w, int h, SceneGraphPtr tree);
+//static void object_collision_idle(SceneGraphPtr, void *sgroot_, int w, int h, SceneGraphPtr tree);
 static void object_move_translation(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h);
 
 
@@ -72,12 +72,12 @@
 
 }
 
-
+/*
 static void
 object_collision_idle(SceneGraphPtr, void *sgroot_, int w, int h, SceneGraphPtr tree)
 {
 }
-
+*/
 static void
 object_collision(SceneGraphPtr node, void *sgroot_, int screen_w, 
 	       int screen_h,  SceneGraphPtr tree)