mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef CUSTOM0_H
 | 
						|
#define CUSTOM0_H
 | 
						|
 | 
						|
#include "types.h"
 | 
						|
 | 
						|
// error model
 | 
						|
#include "actors/error_model/geo_header.h"
 | 
						|
 | 
						|
// luigi_cap
 | 
						|
#include "actors/luigi_cap/geo_header.h"
 | 
						|
 | 
						|
// toad_cap
 | 
						|
#include "actors/toad_cap/geo_header.h"
 | 
						|
 | 
						|
#endif
 |