mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-08 20:23:01 +05:00
10 lines
158 B
C
10 lines
158 B
C
|
#pragma once
|
||
|
|
||
|
#include <map>
|
||
|
#include <string>
|
||
|
|
||
|
namespace FriendlyMonitorNames
|
||
|
{
|
||
|
std::map<std::string, std::string, std::less<>> GetNamesForDevicePaths();
|
||
|
}
|