Mercurial > hg > Members > koba > t_dandy
view ppe/Bom.cc @ 55:2c33aa6a4a37
debug global_alloc.but new bugs appear
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 28 Jan 2011 19:05:00 +0900 |
parents | 6989f8cb0259 |
children |
line wrap: on
line source
#include "task_object.h" #include "../ObjectType.h" void Bom(int x, int y, ObjDataPtr obj) { obj->type = Boms; obj->x = x; obj->y = y; return; }