mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:00:06 +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
|