mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:00:06 +00:00
14 lines
182 B
C++
14 lines
182 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace common
|
|
{
|
|
|
|
std::string GetVcpDescription(std::uint16_t vcp);
|
|
|
|
} // namespace common
|
|
} // namespace scwx
|