view ppe/tama.cc @ 37:6989f8cb0259

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 09 Jan 2011 23:14:26 +0900
parents 39e643fc4f90
children
line wrap: on
line source

#include "task_object.h"
#include "../ObjectType.h"
void
Puttama(int type, float x, float y, ObjDataPtr tama)
{
    tama->type = Tama;
    tama->tama_type = type;
    tama->x = x;
    tama->y = y;
}