mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Run NTP client in the background
This commit is contained in:
parent
63e6ba7709
commit
88d968a533
6 changed files with 54 additions and 1 deletions
9
scwx-qt/source/scwx/qt/manager/task_manager.hpp
Normal file
9
scwx-qt/source/scwx/qt/manager/task_manager.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
namespace scwx::qt::manager::TaskManager
|
||||
{
|
||||
|
||||
void Initialize();
|
||||
void Shutdown();
|
||||
|
||||
} // namespace scwx::qt::manager::TaskManager
|
||||
Loading…
Add table
Add a link
Reference in a new issue