mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef ZCUSTOM0_H
 | 
						|
#define ZCUSTOM0_H
 | 
						|
 | 
						|
#include "types.h"
 | 
						|
 | 
						|
// luigi
 | 
						|
#include "actors/luigi/geo_header.h"
 | 
						|
 | 
						|
// toad_player
 | 
						|
#include "actors/toad_player/geo_header.h"
 | 
						|
 | 
						|
// waluigi_cap
 | 
						|
extern const GeoLayout waluigis_cap_geo[];
 | 
						|
extern const GeoLayout waluigis_metal_cap_geo[];
 | 
						|
extern const GeoLayout waluigis_wing_cap_geo[];
 | 
						|
extern const GeoLayout waluigis_winged_metal_cap_geo[];
 | 
						|
extern const Gfx waluigi_cap_seg3_dl_03022F48[];
 | 
						|
extern const Gfx waluigi_cap_seg3_dl_03022FF8[];
 | 
						|
extern const Gfx waluigi_cap_seg3_dl_030230B0[];
 | 
						|
extern const Gfx waluigi_cap_seg3_dl_03023160[];
 | 
						|
extern const Gfx waluigi_cap_seg3_dl_03023108[];
 | 
						|
extern const Gfx waluigi_cap_seg3_dl_03023298[];
 | 
						|
 | 
						|
// waluigi
 | 
						|
#include "actors/waluigi/geo_header.h"
 | 
						|
 | 
						|
// wario_cap
 | 
						|
extern const GeoLayout warios_cap_geo[];
 | 
						|
extern const GeoLayout warios_metal_cap_geo[];
 | 
						|
extern const GeoLayout warios_wing_cap_geo[];
 | 
						|
extern const GeoLayout warios_winged_metal_cap_geo[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022B30[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022B68[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022CC8[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022D10[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022E78[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022EA8[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022ED8[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022F20[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022F48[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03022FF8[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_030230B0[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03023108[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03023160[];
 | 
						|
extern const Gfx wario_cap_seg3_dl_03023298[];
 | 
						|
 | 
						|
// wario
 | 
						|
#include "actors/wario/geo_header.h"
 | 
						|
 | 
						|
#endif
 |