Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/bits/header.h
7857 views
1
#ifndef BITS_HEADER_H
2
#define BITS_HEADER_H
3
4
#include "types.h"
5
6
// geo
7
extern const GeoLayout bits_geo_000430[];
8
extern const GeoLayout bits_geo_000448[];
9
extern const GeoLayout bits_geo_000460[];
10
extern const GeoLayout bits_geo_000478[];
11
extern const GeoLayout bits_geo_000490[];
12
extern const GeoLayout bits_geo_0004A8[];
13
extern const GeoLayout bits_geo_0004C0[];
14
extern const GeoLayout bits_geo_0004D8[];
15
extern const GeoLayout bits_geo_0004F0[];
16
extern const GeoLayout bits_geo_000508[];
17
extern const GeoLayout bits_geo_000520[];
18
extern const GeoLayout bits_geo_000538[];
19
extern const GeoLayout bits_geo_000550[];
20
extern const GeoLayout bits_geo_000568[];
21
extern const GeoLayout bits_geo_000580[];
22
extern const GeoLayout bits_geo_000598[];
23
extern const GeoLayout bits_geo_0005B0[];
24
extern const GeoLayout bits_geo_0005C8[];
25
extern const GeoLayout bits_geo_0005E0[];
26
extern const GeoLayout bits_geo_0005F8[];
27
extern const GeoLayout bits_geo_000610[];
28
extern const GeoLayout bits_geo_000628[];
29
extern const GeoLayout bits_geo_000640[];
30
extern const GeoLayout bits_geo_000658[];
31
extern const GeoLayout bits_geo_000670[];
32
extern const GeoLayout bits_geo_000688[];
33
extern const GeoLayout bits_geo_0006A0[];
34
extern const GeoLayout bits_geo_0006B8[];
35
extern const GeoLayout bits_geo_0006D0[];
36
extern const GeoLayout bits_geo_0006E8[];
37
extern const GeoLayout bits_geo_000700[];
38
extern const GeoLayout bits_geo_000718[];
39
40
// leveldata
41
extern const Gfx bits_seg7_dl_07002918[];
42
extern const Gfx bits_seg7_dl_07003670[];
43
extern const Gfx bits_seg7_dl_070047F0[];
44
extern const Gfx bits_seg7_dl_07005DB8[];
45
extern const Gfx bits_seg7_dl_07007AF0[];
46
extern const Gfx bits_seg7_dl_07007C28[];
47
extern const Gfx bits_seg7_dl_07007EC8[];
48
extern const Gfx bits_seg7_dl_07008D18[];
49
extern const Gfx bits_seg7_dl_07008FE8[];
50
extern const Gfx bits_seg7_dl_07009690[];
51
extern const Gfx bits_seg7_dl_0700B4A0[];
52
extern const Gfx bits_seg7_dl_0700B820[];
53
extern const Gfx bits_seg7_dl_0700BA18[];
54
extern const Gfx bits_seg7_dl_0700CDC0[];
55
extern const Gfx bits_seg7_dl_0700D278[];
56
extern const Gfx bits_seg7_dl_0700D5A0[];
57
extern const Gfx bits_seg7_dl_0700DD00[];
58
extern const Gfx bits_seg7_dl_0700FC70[];
59
extern const Gfx bits_seg7_dl_070128F0[];
60
extern const Gfx bits_seg7_dl_07012B10[];
61
extern const Gfx bits_seg7_dl_07012D40[];
62
extern const Gfx bits_seg7_dl_070135A0[];
63
extern const Gfx bits_seg7_dl_07013820[];
64
extern const Gfx bits_seg7_dl_07013C78[];
65
extern const Gfx bits_seg7_dl_07013EF8[];
66
extern const Gfx bits_seg7_dl_07014178[];
67
extern const Gfx bits_seg7_dl_07014C28[];
68
extern const Gfx bits_seg7_dl_070153C0[];
69
extern const Gfx bits_seg7_dl_07015B60[];
70
extern const Gfx bits_seg7_dl_07016300[];
71
extern const Gfx bits_seg7_dl_07016AA0[];
72
extern const Gfx bits_seg7_dl_07016DA0[];
73
extern const Collision bits_seg7_collision_level[];
74
extern const MacroObject bits_seg7_macro_objs[];
75
extern const Collision bits_seg7_collision_0701A9A0[];
76
extern const Collision bits_seg7_collision_0701AA0C[];
77
extern const Collision bits_seg7_collision_0701AA84[];
78
extern const Collision bits_seg7_collision_0701AC28[];
79
extern const Collision bits_seg7_collision_0701ACAC[];
80
extern const Collision bits_seg7_collision_0701AD54[];
81
extern const Collision bits_seg7_collision_0701ADD8[];
82
extern const Collision bits_seg7_collision_0701AE5C[];
83
extern const Collision bits_seg7_collision_0701B0D4[];
84
extern const Collision bits_seg7_collision_0701B26C[];
85
extern const Collision bits_seg7_collision_0701B404[];
86
extern const Collision bits_seg7_collision_0701B59C[];
87
extern const Collision bits_seg7_collision_0701B734[];
88
89
// script
90
extern const LevelScript level_bits_entry[];
91
92
#endif
93
94