Mercurial > hg > Game > Cerium
changeset 1011:3a648f8f5d77 draft
warning fix
author | tkaito |
---|---|
date | Sun, 31 Oct 2010 18:02:06 +0900 |
parents | ac1230957339 |
children | 0e6c59377ef4 34bb008fab4d 99ce3a9818b0 |
files | Renderer/Test/aquarium.cc Renderer/Test/network.cc |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Renderer/Test/aquarium.cc Thu Oct 28 17:40:13 2010 +0900 +++ b/Renderer/Test/aquarium.cc Sun Oct 31 18:02:06 2010 +0900 @@ -32,10 +32,13 @@ return new aquarium(); } +/* static void null_move(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h) { } +*/ + static void null_collision(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h, SceneGraphPtr tree) {
--- a/Renderer/Test/network.cc Thu Oct 28 17:40:13 2010 +0900 +++ b/Renderer/Test/network.cc Sun Oct 31 18:02:06 2010 +0900 @@ -32,10 +32,13 @@ return new NetworkGame(); } +/* static void null_move(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h) { } +*/ + static void null_collision(SceneGraphPtr node, void *sgroot_, int screen_w, int screen_h, SceneGraphPtr tree) {