mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 09:00:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#include <cpr/cprtypes.h>
 | 
						|
 | 
						|
namespace scwx
 | 
						|
{
 | 
						|
namespace network
 | 
						|
{
 | 
						|
namespace cpr
 | 
						|
{
 | 
						|
 | 
						|
::cpr::Header GetHeader();
 | 
						|
void          SetUserAgent(const std::string& userAgent);
 | 
						|
 | 
						|
} // namespace cpr
 | 
						|
} // namespace network
 | 
						|
} // namespace scwx
 |