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