mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 22:30:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			315 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			315 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <memory>
 | |
| #include <string>
 | |
| #include <vector>
 | |
| 
 | |
| namespace scwx
 | |
| {
 | |
| namespace qt
 | |
| {
 | |
| namespace config
 | |
| {
 | |
| namespace CountyDatabase
 | |
| {
 | |
| 
 | |
| void        Initialize();
 | |
| std::string GetCountyName(const std::string& id);
 | |
| 
 | |
| } // namespace CountyDatabase
 | |
| } // namespace config
 | |
| } // namespace qt
 | |
| } // namespace scwx
 | 
