comparison spe/tama.cc @ 49:f4140672ef9f

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 21 Jan 2011 22:18:28 +0900
parents
children
comparison
equal deleted inserted replaced
45:e01948ce859a 49:f4140672ef9f
1 #include "task_object.h"
2 #include "../ObjectType.h"
3 void
4 Puttama(int type, float x, float y, ObjDataPtr tama)
5 {
6 tama->type = Tama;
7 tama->tama_type = type;
8 tama->x = x;
9 tama->y = y;
10 }