Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/pss/header.h
7857 views
1
#ifndef PSS_HEADER_H
2
#define PSS_HEADER_H
3
4
#include "types.h"
5
6
// geo
7
extern const GeoLayout pss_geo_000100[];
8
9
// leveldata
10
extern const Gfx pss_seg7_dl_0700A7C0[];
11
extern const Gfx pss_seg7_dl_0700AFA8[];
12
extern const Gfx pss_seg7_dl_0700B3F0[];
13
extern const Gfx pss_seg7_dl_0700D338[];
14
extern const Gfx pss_seg7_dl_0700DAD8[];
15
extern const Gfx pss_seg7_dl_0700E2B0[];
16
extern const Gfx pss_seg7_dl_0700E3E8[];
17
extern const Collision pss_seg7_collision[];
18
extern const MacroObject pss_seg7_macro_objs[];
19
20
// script
21
extern const LevelScript level_pss_entry[];
22
23
#endif
24
25