mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| class FreeCameraPatches
 | |
| {
 | |
| public:
 | |
|     static inline bool s_isActive;
 | |
| 
 | |
|     static inline float s_fieldOfView;
 | |
| 
 | |
|     static void Update();
 | |
| };
 | 
