supercell-wx/wxdata/include/scwx/common/vcp.hpp
2021-12-22 16:36:04 -06:00

13 lines
158 B
C++

#pragma once
#include <string>
namespace scwx
{
namespace common
{
std::string GetVcpDescription(uint16_t vcp);
} // namespace common
} // namespace scwx