Mercurial > hg > Members > koba > t_dandy
view ppe/tama.cc @ 49:f4140672ef9f
fix.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 21 Jan 2011 22:18:28 +0900 |
parents | 39e643fc4f90 |
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; }