Mercurial > hg > Members > koba > t_dandy
view ppe/tama.cc @ 25:ee4c488d48a3
add Puttama func.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 27 Dec 2010 02:35:06 +0900 |
parents | |
children | ccb8d9956a1e |
line wrap: on
line source
#include "task_object.h" void Puttama(int type, float x, float y, TamaContainerPtr tama) { tama->flag = true; tama->type = type; tama->x = x; tama->y = y; }