mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef GROUP8_H
 | 
						|
#define GROUP8_H
 | 
						|
 | 
						|
#include "types.h"
 | 
						|
 | 
						|
// capswitch
 | 
						|
extern const GeoLayout cap_switch_geo[];
 | 
						|
extern const Gfx capswitch_seg5_dl_05002D88[];
 | 
						|
extern const Gfx cap_switch_exclamation_seg5_dl_05002E00[];
 | 
						|
extern const Gfx capswitch_seg5_dl_05003020[];
 | 
						|
extern const Gfx cap_switch_base_seg5_dl_05003120[];
 | 
						|
extern const Gfx capswitch_seg5_dl_05003280[];
 | 
						|
extern const Gfx capswitch_seg5_dl_05003350[];
 | 
						|
extern const Gfx capswitch_seg5_dl_05003370[];
 | 
						|
extern const Gfx capswitch_seg5_dl_05003390[];
 | 
						|
extern const Gfx capswitch_seg5_dl_050033B0[];
 | 
						|
extern const Collision capswitch_collision_050033D0[];
 | 
						|
extern const Collision capswitch_collision_05003448[];
 | 
						|
 | 
						|
// springboard
 | 
						|
extern const GeoLayout springboard_top_geo[];
 | 
						|
extern const GeoLayout springboard_spring_geo[];
 | 
						|
extern const GeoLayout springboard_bottom_geo[];
 | 
						|
extern const Gfx springboard_checkerboard_seg5_dl_050016B8[];
 | 
						|
extern const Gfx springboard_spring_seg5_dl_05001800[];
 | 
						|
extern const Gfx springboard_checkerboard_seg5_dl_05001900[];
 | 
						|
extern const Collision springboard_collision_05001A28[];
 | 
						|
 | 
						|
#endif
 |