mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 12:30:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| namespace scwx::qt::manager::TaskManager
 | |
| {
 | |
| 
 | |
| void Initialize();
 | |
| void Shutdown();
 | |
| 
 | |
| } // namespace scwx::qt::manager::TaskManager
 | 
