mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
14 lines
149 B
C++
14 lines
149 B
C++
#pragma once
|
|
|
|
namespace scwx
|
|
{
|
|
namespace qt
|
|
{
|
|
namespace util
|
|
{
|
|
|
|
bool is_high_privilege();
|
|
|
|
} // namespace util
|
|
} // namespace qt
|
|
} // namespace scwx
|