mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
20 lines
287 B
C++
20 lines
287 B
C++
#pragma once
|
|
|
|
namespace scwx
|
|
{
|
|
namespace qt
|
|
{
|
|
namespace main
|
|
{
|
|
namespace Application
|
|
{
|
|
|
|
void FinishInitialization();
|
|
void WaitForInitialization();
|
|
// Only use for test cases
|
|
void ResetInitilization();
|
|
|
|
} // namespace Application
|
|
} // namespace main
|
|
} // namespace qt
|
|
} // namespace scwx
|