comparison property.h @ 36:4516141d844a

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 09 Jan 2011 19:47:52 +0900
parents c122e3d2302e
children 6989f8cb0259
comparison
equal deleted inserted replaced
35:c122e3d2302e 36:4516141d844a
27 27
28 28
29 typedef struct ObjData { 29 typedef struct ObjData {
30 int type; 30 int type;
31 31
32 char name[20];
33 int tama_type; 32 int tama_type;
34 int charano; 33 int charano;
35 int task; 34 int task;
36 int zorder; 35 int zorder;
37 int number; 36 int number;