supercell-wx/wxdata/include/scwx/common/vcp.hpp
2024-07-04 12:52:09 -05:00

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