Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/vcutm/header.h
7857 views
1
#ifndef VCUTM_HEADER_H
2
#define VCUTM_HEADER_H
3
4
#include "types.h"
5
6
// geo
7
extern const GeoLayout vcutm_geo_0001F0[];
8
extern const GeoLayout vcutm_geo_000208[];
9
10
// leveldata
11
extern const Gfx vcutm_seg7_dl_07007E88[];
12
extern const Gfx vcutm_seg7_dl_070080D0[];
13
extern const Gfx vcutm_seg7_dl_07008E10[];
14
extern const Gfx vcutm_seg7_dl_070093E8[];
15
extern const Gfx vcutm_seg7_dl_070096E0[];
16
extern const Collision vcutm_seg7_collision[];
17
extern const MacroObject vcutm_seg7_macro_objs[];
18
extern const Collision vcutm_seg7_collision_0700AC44[];
19
20
// script
21
extern const LevelScript level_vcutm_entry[];
22
23
#endif
24
25