mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:40:05 +00:00 
			
		
		
		
	Adding map settings
This commit is contained in:
		
							parent
							
								
									0ab89060e9
								
							
						
					
					
						commit
						bcf2d7bffc
					
				
					 7 changed files with 330 additions and 30 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/qt/settings/general_settings.hpp> | ||||
| #include <scwx/qt/settings/map_settings.hpp> | ||||
| #include <scwx/qt/settings/palette_settings.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
|  | @ -16,6 +17,7 @@ void Initialize(); | |||
| void ReadSettings(const std::string& settingsPath); | ||||
| 
 | ||||
| std::shared_ptr<settings::GeneralSettings> general_settings(); | ||||
| std::shared_ptr<settings::MapSettings>     map_settings(); | ||||
| std::shared_ptr<settings::PaletteSettings> palette_settings(); | ||||
| 
 | ||||
| } // namespace SettingsManager
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat