Mercurial > hg > Members > kono > Cerium
changeset 1011:46c54dd20d1c
warning fix
author | tkaito |
---|---|
date | Sun, 31 Oct 2010 18:02:06 +0900 (2010-10-31) |
parents | 44b2c4cb539d |
children | bba03a6843ba 34a9ba655fbe |
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) {