mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 09:35:59 +01:00
8 lines
193 B
C++
8 lines
193 B
C++
#include <unordered_map>
|
|
#include <string>
|
|
|
|
#define __AQ_PNP_PROP(pnp, manu) {pnp, manu}
|
|
inline std::unordered_map<std::string, std::string> PNPIDS = {
|
|
@HWDATA_PNP_IDS@
|
|
};
|
|
#undef __AQ_PNP_PROP
|