mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			508 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			508 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef TOTWC_HEADER_H
 | 
						|
#define TOTWC_HEADER_H
 | 
						|
 | 
						|
#include "types.h"
 | 
						|
 | 
						|
// geo
 | 
						|
extern const GeoLayout totwc_geo_000160[];
 | 
						|
extern const GeoLayout totwc_geo_000188[];
 | 
						|
 | 
						|
// leveldata
 | 
						|
extern const Gfx totwc_seg7_dl_07005D28[];
 | 
						|
extern const Gfx totwc_seg7_dl_07007048[];
 | 
						|
extern const Gfx totwc_seg7_dl_070078B8[];
 | 
						|
extern const Gfx totwc_seg7_dl_070079A8[];
 | 
						|
extern const Collision totwc_seg7_collision[];
 | 
						|
extern const MacroObject totwc_seg7_macro_objs[];
 | 
						|
 | 
						|
// script
 | 
						|
extern const LevelScript level_totwc_entry[];
 | 
						|
 | 
						|
#endif
 |