view greenclab.cc @ 4:e089ac9ea221

greenclab add. not complete...
author tkaito
date Sun, 06 Jun 2010 06:47:45 +0900
parents 69b4108bf4e8
children 57af5c610b34
line wrap: on
line source

#include "game_scene01.h"

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

/*
  if (w > node->xyz[0]) {
  } else if (0 < node->xyz[0]) {
  }
  if (0 < node->xyz[1]) {
  } else if (h > node->xyz[1]) {
  }
*/
}

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

}