mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			187 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			187 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef _C4_YML_STD_STD_HPP_
 | |
| #define _C4_YML_STD_STD_HPP_
 | |
| 
 | |
| #include "c4/yml/std/string.hpp"
 | |
| #include "c4/yml/std/vector.hpp"
 | |
| #include "c4/yml/std/map.hpp"
 | |
| 
 | |
| #endif // _C4_YML_STD_STD_HPP_
 | 
