view greenclab.cc @ 5:57af5c610b34

iroiro add
author tkaito
date Mon, 07 Jun 2010 02:16:02 +0900
parents e089ac9ea221
children 581fa1888e2e
line wrap: on
line source

#include "game_scene01.h"

void 
gclab_move(SceneGraphPtr node, void *sgroot_, int w, int h)
{
  node->xyz[1] += 10;
}

void 
gclab_collision(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree)
{

}