Update VCP display

This commit is contained in:
Dan Paulat 2021-12-22 16:36:04 -06:00
parent 8d55413d03
commit cae04fad37
11 changed files with 113 additions and 5 deletions

View file

@ -0,0 +1,13 @@
#pragma once
#include <string>
namespace scwx
{
namespace common
{
std::string GetVcpDescription(uint16_t vcp);
} // namespace common
} // namespace scwx