mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			431 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			431 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef ENDING_HEADER_H
 | 
						|
#define ENDING_HEADER_H
 | 
						|
 | 
						|
#include "types.h"
 | 
						|
 | 
						|
// geo
 | 
						|
extern const GeoLayout ending_geo_000050[];
 | 
						|
 | 
						|
// leveldata
 | 
						|
extern const Gfx dl_cake_end_screen[];
 | 
						|
extern const Gfx dl_cake_end_screen_eu_070296F8[];
 | 
						|
extern const Gfx dl_cake_end_screen_eu_07029768[];
 | 
						|
extern const Gfx dl_cake_end_screen_eu_070297D8[];
 | 
						|
extern const Gfx dl_cake_end_screen[];
 | 
						|
 | 
						|
// script
 | 
						|
extern const LevelScript level_ending_entry[];
 | 
						|
 | 
						|
#endif
 |