mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 07:00:04 +00:00
8 lines
101 B
C++
8 lines
101 B
C++
#pragma once
|
|
|
|
namespace scwx::qt::main
|
|
{
|
|
|
|
void CheckProcessModules();
|
|
|
|
} // namespace scwx::qt::main
|