Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/castle_courtyard/header.h
7857 views
1
#ifndef CASTLE_COURTYARD_HEADER_H
2
#define CASTLE_COURTYARD_HEADER_H
3
4
#include "types.h"
5
#include "game/moving_texture.h"
6
7
// geo
8
extern const GeoLayout castle_courtyard_geo_000200[];
9
extern const GeoLayout castle_courtyard_geo_000218[];
10
11
// leveldata
12
extern const Gfx castle_courtyard_seg7_dl_070048B8[];
13
extern const Gfx castle_courtyard_seg7_dl_07005078[];
14
extern const Gfx castle_courtyard_seg7_dl_07005698[];
15
extern const Gfx castle_courtyard_seg7_dl_07005938[];
16
extern const Collision castle_courtyard_seg7_collision[];
17
extern const MacroObject castle_courtyard_seg7_macro_objs[];
18
extern const struct MovtexQuadCollection castle_courtyard_movtex_star_statue_water[];
19
20
// script
21
extern const LevelScript level_castle_courtyard_entry[];
22
23
#endif
24
25