mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef BOWSER_1_HEADER_H
 | 
						|
#define BOWSER_1_HEADER_H
 | 
						|
 | 
						|
#include "types.h"
 | 
						|
 | 
						|
// geo
 | 
						|
extern const GeoLayout bowser_1_geo_0000D0[];
 | 
						|
 | 
						|
// leveldata
 | 
						|
extern const Gfx bowser_1_seg7_dl_07002768[];
 | 
						|
extern const Collision bowser_1_seg7_collision_level[];
 | 
						|
 | 
						|
// script
 | 
						|
extern const LevelScript level_bowser_1_entry[];
 | 
						|
 | 
						|
#endif
 |