mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Required to include MM decomp headers without having built the repo
 | 
						|
 | 
						|
#ifndef SUB_S_H
 | 
						|
#define SUB_S_H 1
 | 
						|
 | 
						|
extern Vtx codeVtx_120260[];
 | 
						|
extern Gfx gShadowMaterialDL[];
 | 
						|
extern Gfx gShadowModelDL[];
 | 
						|
 | 
						|
#endif
 |