-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroup7.h
64 lines (59 loc) · 2.48 KB
/
group7.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#ifndef GROUP7_H
#define GROUP7_H
#include "types.h"
// penguin
extern const GeoLayout penguin_geo[];
extern const Gfx penguin_seg5_dl_05006188[];
extern const Gfx penguin_seg5_dl_050061C8[];
extern const Gfx penguin_seg5_dl_050061F8[];
extern const Gfx penguin_seg5_dl_05006380[];
extern const Gfx penguin_seg5_dl_050063C8[];
extern const Gfx penguin_seg5_dl_05006428[];
extern const Gfx penguin_seg5_dl_05006458[];
extern const Gfx penguin_seg5_dl_05006488[];
extern const Gfx penguin_seg5_dl_050064B8[];
extern const Gfx penguin_seg5_dl_050064E8[];
extern const Gfx penguin_seg5_dl_05007198[];
extern const Gfx penguin_seg5_dl_050071E8[];
extern const Gfx penguin_seg5_dl_05007238[];
extern const Gfx penguin_seg5_dl_050072C8[];
extern const Gfx penguin_seg5_dl_05007358[];
extern const Gfx penguin_seg5_dl_05007540[];
extern const struct Animation *const penguin_seg5_anims_05008B74[];
extern const Collision penguin_seg5_collision_05008B88[];
// snowman
extern const GeoLayout mr_blizzard_hidden_geo[];
extern const GeoLayout mr_blizzard_geo[];
extern const Gfx snowman_seg5_dl_0500C4C8[];
extern const Gfx snowman_seg5_dl_0500C500[];
extern const Gfx snowman_seg5_dl_0500C5B0[];
extern const Gfx snowman_seg5_dl_0500C5E8[];
extern const Gfx snowman_seg5_dl_0500C620[];
extern const Gfx snowman_seg5_dl_0500C718[];
extern const Gfx snowman_seg5_dl_0500C760[];
extern const Gfx snowman_seg5_dl_0500C978[];
extern const Gfx snowman_seg5_dl_0500CAA8[];
extern const Gfx snowman_seg5_dl_0500CB88[];
extern const Gfx snowman_seg5_dl_0500CBC0[];
extern const Gfx snowman_seg5_dl_0500CBF8[];
extern const Gfx snowman_seg5_dl_0500CCB0[];
extern const Gfx snowman_seg5_dl_0500CCE8[];
extern const struct Animation *const snowman_seg5_anims_0500D118[];
// spindrift
extern const GeoLayout spindrift_geo[];
extern const Gfx spindrift_seg5_dl_050002A0[];
extern const Gfx spindrift_seg5_dl_05000328[];
extern const Gfx spindrift_seg5_dl_05002710[];
extern const Gfx spindrift_seg5_dl_05002748[];
extern const Gfx spindrift_seg5_dl_050027F8[];
extern const Gfx spindrift_seg5_dl_05002830[];
extern const Gfx spindrift_seg5_dl_050028D0[];
extern const Gfx spindrift_seg5_dl_05002900[];
extern const Gfx spindrift_seg5_dl_050029C8[];
extern const Gfx spindrift_seg5_dl_05002A20[];
extern const Gfx spindrift_seg5_dl_05002AD8[];
extern const Gfx spindrift_seg5_dl_05002B30[];
extern const Gfx spindrift_seg5_dl_05002C98[];
extern const Gfx spindrift_seg5_dl_05002D08[];
extern const struct Animation *const spindrift_seg5_anims_05002D68[];
#endif