comparison Renderer/Test/property_test.h @ 755:8aaa29d3e874 draft

add Test/create_task {spe, task}/Property
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 29 Jan 2010 11:34:43 +0900
parents e6b9bbed117c
children 4d83a6a958fd
comparison
equal deleted inserted replaced
754:b33317ea21ca 755:8aaa29d3e874
1 #include "Application.h" 1 #include "Application.h"
2 #include "SgChange.h"
2 3
3 typedef void (*spe_move_func)(void *cv, int screen_w, int screen_h); 4 typedef void (*spe_move_func)(void *cv, int screen_w, int screen_h);
4 typedef void (*spe_collision_func)(void *cv, int screen_w, int screen_h); 5 typedef void (*spe_collision_func)(void *cv, int screen_w, int screen_h);
5 6
6 typedef struct { 7 typedef struct {