mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			237 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			237 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef C4_YML_STD_STRING_HPP_
 | 
						|
#define C4_YML_STD_STRING_HPP_
 | 
						|
 | 
						|
/** @file string.hpp substring conversions for/from std::string */
 | 
						|
 | 
						|
// everything we need is implemented here:
 | 
						|
#include <c4/std/string.hpp>
 | 
						|
 | 
						|
#endif // C4_YML_STD_STRING_HPP_
 |