mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:50:04 +00:00 
			
		
		
		
	Add setting for cursor icon scale
This commit is contained in:
		
							parent
							
								
									0086dc3e0f
								
							
						
					
					
						commit
						1ff686629b
					
				
					 13 changed files with 439 additions and 327 deletions
				
			
		|  | @ -19,9 +19,13 @@ void Initialize(); | |||
| void Shutdown(); | ||||
| 
 | ||||
| std::shared_ptr<boost::gil::rgba8_image_t> | ||||
| LoadImageResource(const std::string& urlString); | ||||
| LoadImageResource(const std::string& urlString, double scale = 1); | ||||
| std::shared_ptr<boost::gil::rgba8_image_t> | ||||
| LoadImageResource(const std::string& urlString, | ||||
|                   const std::string& textureName, | ||||
|                   double             scale = 1); | ||||
| std::vector<std::shared_ptr<boost::gil::rgba8_image_t>> | ||||
| LoadImageResources(const std::vector<std::string>& urlStrings); | ||||
|      LoadImageResources(const std::vector<std::string>& urlStrings); | ||||
| void BuildAtlas(); | ||||
| 
 | ||||
| } // namespace ResourceManager
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak