comparison property.h @ 37:6989f8cb0259

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 09 Jan 2011 23:14:26 +0900
parents 4516141d844a
children b31bed246abd
comparison
equal deleted inserted replaced
36:4516141d844a 37:6989f8cb0259
5 #include "bom.h" 5 #include "bom.h"
6 #include "count2.h" 6 #include "count2.h"
7 #include "sgoex.h" 7 #include "sgoex.h"
8 8
9 typedef struct CollisionProperty { 9 typedef struct CollisionProperty {
10 int bomend;
11 int infg_level; 10 int infg_level;
12 int enemycount; 11 int enemycount;
13 12
14 player jiki; 13 player jiki;
15 stge lg; 14 stge lg;
19 tama2 tama_lv2[20]; 18 tama2 tama_lv2[20];
20 tama1 tlv3; 19 tama1 tlv3;
21 laser laser_lv1[20]; 20 laser laser_lv1[20];
22 laser laser_lv2; 21 laser laser_lv2;
23 laser laser_lv3[128]; 22 laser laser_lv3[128];
24 bomchar bchar[100];
25 23
26 } CollisionProperty, *CollisionPropertyPtr; 24 } CollisionProperty, *CollisionPropertyPtr;
27 25
28 26
29 typedef struct ObjData { 27 typedef struct ObjData {