mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __PLAY_PATCHES_H__
 | 
						|
#define __PLAY_PATCHES_H__
 | 
						|
 | 
						|
#include "patches.h"
 | 
						|
 | 
						|
void debug_play_update(PlayState* play);
 | 
						|
void camera_pre_play_update(PlayState* play);
 | 
						|
void camera_post_play_update(PlayState* play);
 | 
						|
void matrix_play_update(PlayState* play);
 | 
						|
 | 
						|
#endif
 |