You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
Co-authored-by: Axollyon <20480418+Axollyon@users.noreply.github.com> Co-authored-by: Reonu <danileon95@gmail.com> Co-authored-by: Arceveti <arceveti@gmail.com> Co-authored-by: Gregory Heskett <gheskett@gmail.com>
16 lines
239 B
C
16 lines
239 B
C
#ifndef ENDING_HEADER_H
|
|
#define ENDING_HEADER_H
|
|
|
|
#include "types.h"
|
|
|
|
// geo
|
|
extern const GeoLayout ending_geo_area_1[];
|
|
|
|
// leveldata
|
|
extern const Gfx dl_cake_end_screen[];
|
|
|
|
// script
|
|
extern const LevelScript level_ending_entry[];
|
|
|
|
#endif
|