comparison property.h @ 34:7aaaaf5dde40

add new task.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 07 Jan 2011 23:19:05 +0900
parents 39e643fc4f90
children c122e3d2302e
comparison
equal deleted inserted replaced
33:39e643fc4f90 34:7aaaaf5dde40
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; 10 int bomend;
11 int infg_level;
11 int enemycount; 12 int enemycount;
12 int infg_level;
13 13
14 player jiki; 14 player jiki;
15 stge lg; 15 stge lg;
16 stge infg; 16 stge infg;
17 17
18 tama1 tama_lv1[20]; 18 tama1 tama_lv1[20];
19 tama2 tama_lv2[20]; 19 tama2 tama_lv2[20];
20 tama1 tlv3; 20 tama1 tlv3;
21 laser laser_lv1[20]; 21 laser laser_lv1[20];
22 laser laser_lv2[20]; 22 laser laser_lv2;
23 laser laser_lv3[128]; 23 laser laser_lv3[128];
24 bomchar bchar[100]; 24 bomchar bchar[100];
25 25
26 } CollisionProperty, *CollisionPropertyPtr; 26 } CollisionProperty, *CollisionPropertyPtr;
27 27