view ppe/tama.cc @ 31:ccb8d9956a1e

add multi container function.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 31 Dec 2010 19:19:13 +0900
parents ee4c488d48a3
children 39e643fc4f90
line wrap: on
line source

#include "task_object.h"

void
Puttama(int type, float x, float y, ObjDataPtr tama)
{
    tama->tama_type = type;
    tama->x = x;
    tama->y = y;
}