Mercurial > hg > Members > koba > t_dandy
view spe/tama.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 | f4140672ef9f |
children |
line wrap: on
line source
#include "task_object.h" #include "../ObjectType.h" void Puttama(int type, float x, float y, ObjDataPtr tama) { tama->type = Tama; tama->tama_type = type; tama->x = x; tama->y = y; }