mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:30:05 +00:00 
			
		
		
		
	Load placefile icons into texture atlas cache
This commit is contained in:
		
							parent
							
								
									1f2d5227c4
								
							
						
					
					
						commit
						0f9fbdbf63
					
				
					 12 changed files with 237 additions and 44 deletions
				
			
		
							
								
								
									
										26
									
								
								scwx-qt/source/scwx/qt/util/network.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								scwx-qt/source/scwx/qt/util/network.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,26 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <string> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace util | ||||
| { | ||||
| namespace network | ||||
| { | ||||
| 
 | ||||
| /**
 | ||||
|  * @brief Converts a local or remote URL to a consistent format. | ||||
|  * | ||||
|  * @param [in] urlString URL to normalize | ||||
|  * | ||||
|  * @return Normalized URL string | ||||
|  */ | ||||
| std::string NormalizeUrl(const std::string& urlString); | ||||
| 
 | ||||
| } // namespace network
 | ||||
| } // namespace util
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat