mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 00:00: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
 |