view ppe/tama.cc @ 64:07bc996c8e49

fix t_dandy on ps3.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 11 Feb 2011 18:20:30 +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;
}