Mercurial > hg > Members > koba > t_dandy
view ppe/tama.cc @ 69:1c57e38fb9b5
fix xml files ( model /c_xyz )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 22 May 2011 10:19:58 +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; }