6 lines
83 B
C++
6 lines
83 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string toDisplayName(const std::string& id);
|