view ppe/tama.cc @ 30:427e1aac0bd7

not run.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 31 Dec 2010 15:50:44 +0900
parents ee4c488d48a3
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;
}