view ppe/tama.cc @ 33:39e643fc4f90

moving stage1.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 05 Jan 2011 14:41:26 +0900
parents ccb8d9956a1e
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;
}