comparison Renderer/Test/aquarium.cc @ 1011:46c54dd20d1c

warning fix
author tkaito
date Sun, 31 Oct 2010 18:02:06 +0900
parents 1a5de2a29987
children
comparison
equal deleted inserted replaced
1010:44b2c4cb539d 1011:46c54dd20d1c
30 extern Application * 30 extern Application *
31 application() { 31 application() {
32 return new aquarium(); 32 return new aquarium();
33 } 33 }
34 34
35 /*
35 static void 36 static void
36 null_move(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h) 37 null_move(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h)
37 { 38 {
38 } 39 }
40 */
41
39 static void 42 static void
40 null_collision(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h, SceneGraphPtr tree) 43 null_collision(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h, SceneGraphPtr tree)
41 { 44 {
42 } 45 }
43 46