comparison schedule.cc @ 27:34fde39c0a31

commit test.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 10 Dec 2010 02:57:29 +0900
parents 6bea374ee604 a131729d6e4d
children
comparison
equal deleted inserted replaced
26:6bea374ee604 27:34fde39c0a31
1 #include "dandy.h" 1 #include "dandy.h"
2 2
3 #if 0
3 static const int FRAME_RATE = 32; 4 static const int FRAME_RATE = 32;
4 5
5 void Putenemy(int charano, int x, int y, int sx, int sy, int move, int coll, 6 void Putenemy(int charano, int x, int y, int sx, int sy, int move, int coll,
6 SceneGraphPtr node, void *sgroot_); 7 SceneGraphPtr node, void *sgroot_);
7 8
293 294
294 int size = sizeof(ObjProperty)*16; 295 int size = sizeof(ObjProperty)*16;
295 //printf("size = %d\n", size); 296 //printf("size = %d\n", size);
296 // sgroot->set_move_task(obj, move, (void*)e, size, create_enemy); 297 // sgroot->set_move_task(obj, move, (void*)e, size, create_enemy);
297 } 298 }
299 #endif