mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
18 lines
233 B
C++
18 lines
233 B
C++
#pragma once
|
|
|
|
namespace scwx
|
|
{
|
|
namespace qt
|
|
{
|
|
namespace main
|
|
{
|
|
namespace Application
|
|
{
|
|
|
|
void FinishInitialization();
|
|
void WaitForInitialization();
|
|
|
|
} // namespace Application
|
|
} // namespace main
|
|
} // namespace qt
|
|
} // namespace scwx
|