mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef ENTRY_H
 | 
						|
#define ENTRY_H
 | 
						|
 | 
						|
#include "types.h"
 | 
						|
 | 
						|
// script
 | 
						|
extern const LevelScript level_script_entry[];
 | 
						|
 | 
						|
#endif
 |