Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/cotmc/header.h
7858 views
1
#ifndef COTMC_HEADER_H
2
#define COTMC_HEADER_H
3
4
#include "types.h"
5
6
// geo
7
extern const GeoLayout cotmc_geo_0001A0[];
8
9
// leveldata
10
extern const Gfx cotmc_seg7_dl_07007D48[];
11
extern const Gfx cotmc_seg7_dl_0700A160[];
12
extern const Gfx cotmc_seg7_dl_0700A4B8[];
13
extern const Collision cotmc_seg7_collision_level[];
14
extern const MacroObject cotmc_seg7_macro_objs[];
15
extern const Gfx cotmc_dl_water_begin[];
16
extern const Gfx cotmc_dl_water_end[];
17
extern Movtex cotmc_movtex_tris_water[];
18
extern const Gfx cotmc_dl_water[];
19
20
// script
21
extern const LevelScript level_cotmc_entry[];
22
23
#endif
24
25