/ src / modules / awake / AwakeModuleInterface / AwakeConstants.h
AwakeConstants.h
1  #include <string>
2  
3  namespace AwakeConstants
4  {
5      // Name of the powertoy module.
6      inline const std::wstring ModuleKey = L"Awake";
7  }