comparison property.h @ 35:c122e3d2302e

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