Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/ending/header.h
7858 views
1
#ifndef ENDING_HEADER_H
2
#define ENDING_HEADER_H
3
4
#include "types.h"
5
6
// geo
7
extern const GeoLayout ending_geo_000050[];
8
9
// leveldata
10
extern const Gfx dl_cake_end_screen[];
11
extern const Gfx dl_cake_end_screen_eu_070296F8[];
12
extern const Gfx dl_cake_end_screen_eu_07029768[];
13
extern const Gfx dl_cake_end_screen_eu_070297D8[];
14
extern const Gfx dl_cake_end_screen[];
15
16
// script
17
extern const LevelScript level_ending_entry[];
18
19
#endif
20
21