comparison 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
comparison
equal deleted inserted replaced
24:86c6b3bdc763 25:ee4c488d48a3
1 #include "task_object.h"
2
3 void
4 Puttama(int type, float x, float y, TamaContainerPtr tama)
5 {
6 tama->flag = true;
7 tama->type = type;
8 tama->x = x;
9 tama->y = y;
10 }