239
|
1 #ifndef INCLUDED_SGLIST
|
|
2 #define INCLUDED_SGLIST
|
|
3
|
280
|
4 /* xml_file/Ball.xml */
|
239
|
5 #define Ball 0
|
|
6
|
280
|
7 /* xml_file/LongCube.xml */
|
239
|
8 #define LongCube 1
|
|
9
|
280
|
10 /* xml_file/Venus.xml */
|
239
|
11 #define Venus000 2
|
|
12 #define Venus001 3
|
|
13 #define Venus002 4
|
|
14 #define Venus008 5
|
|
15 #define Venus003 6
|
|
16 #define Venus007 7
|
|
17 #define Venus006 8
|
|
18 #define Venus004 9
|
|
19 #define Venus005 10
|
|
20 #define Venus009 11
|
|
21
|
280
|
22 /* xml_file/blast.xml */
|
|
23 #define BLAST8 12
|
|
24 #define BLAST7 13
|
|
25 #define BLAST6 14
|
|
26 #define BLAST5 15
|
|
27 #define BLAST4 16
|
|
28 #define BLAST3 17
|
|
29 #define BLAST2 18
|
|
30 #define BLAST1 19
|
239
|
31
|
280
|
32 /* xml_file/boss1.xml */
|
|
33 #define BOSS1 20
|
|
34 #define BOSS1_L 21
|
|
35 #define BOSS1_R 22
|
239
|
36
|
280
|
37 /* xml_file/cube.xml */
|
|
38 #define Cube 23
|
239
|
39
|
280
|
40 /* xml_file/cube_big.xml */
|
|
41 #define BigCube 24
|
|
42
|
|
43 /* xml_file/cube_split.xml */
|
|
44 #define Plane 25
|
|
45 #define SmallCube 26
|
239
|
46
|
280
|
47 /* xml_file/direction.xml */
|
|
48 #define Diry 27
|
|
49 #define Dirz 28
|
|
50 #define Dirx 29
|
239
|
51
|
280
|
52 /* xml_file/ieboss.xml */
|
|
53 #define IEBOSS 30
|
239
|
54
|
280
|
55 /* xml_file/iejiki.xml */
|
|
56 #define IEJIKI 31
|
|
57
|
|
58 /* xml_file/ietama.xml */
|
|
59 #define IETAMA 32
|
239
|
60
|
280
|
61 /* xml_file/mcube.xml */
|
|
62 #define MCUBE_BACK 33
|
|
63 #define MCUBE 34
|
|
64 #define BIGMCUBE 35
|
|
65 #define CUBE 36
|
|
66
|
|
67 /* xml_file/p_shot.xml */
|
|
68 #define P_SHOT1 37
|
239
|
69
|
280
|
70 /* xml_file/panel_1024.xml */
|
|
71 #define PANEL_1024 38
|
239
|
72
|
280
|
73 /* xml_file/panel_2048.xml */
|
|
74 #define PANEL_2048 39
|
239
|
75
|
280
|
76 /* xml_file/panel_512.xml */
|
|
77 #define PANEL_512 40
|
239
|
78
|
280
|
79 /* xml_file/player.xml */
|
|
80 #define PLAYER 41
|
|
81 #define PLAYER_L 42
|
|
82 #define PLAYER_LL 43
|
|
83 #define PLAYER_R 44
|
|
84 #define PLAYER_RR 45
|
|
85
|
|
86 /* xml_file/sphere.xml */
|
|
87 #define Sphere 46
|
239
|
88
|
280
|
89 /* xml_file/sphere_big.xml */
|
|
90 #define BigSphere 47
|
239
|
91
|
280
|
92 /* xml_file/universe.xml */
|
|
93 #define Earth 48
|
|
94 #define Moon 49
|
239
|
95
|
280
|
96 #define BACK 50
|
|
97 #define BULEBULLET 51
|
|
98 #define E_PLANE 52
|
|
99 #define IDLE 53
|
239
|
100
|
|
101 /* Number of Scene */
|
280
|
102 #define SGLIST_LENGTH 54
|
239
|
103
|
|
104 /* Scene Table */
|
|
105 extern const char *sglist_table[SGLIST_LENGTH];
|
|
106
|
|
107 #endif
|