view game_scene01.h @ 3:dca6d5d2ef46

stage 1 add
author tkaito
date Sun, 06 Jun 2010 05:23:51 +0900
parents
children e089ac9ea221
line wrap: on
line source

#include "SceneGraphRoot.h"
#include "dandy.h"

void dandy_move(SceneGraphPtr node, void *sgroot_, int w, int h);
void dandy_collision(SceneGraphPtr node, void *sgroot_, int w, int h,SceneGraphPtr tree);