Files
HackerSM64/levels/ending/header.h
arthurtilly 219f4683f7 ASCII/UTF-8 Text and Full Multilang Support (#775)
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>
2024-03-18 21:22:04 +00:00

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