view ppe/tama.cc @ 29:d2e627af7f61

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 28 Dec 2010 16:22:22 +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;
}