segatools/platform/hwmon.h

12 lines
158 B
C
Raw Normal View History

#pragma once
2019-05-18 03:10:09 +00:00
#include <windows.h>
2019-11-06 00:31:11 +00:00
#include <stdbool.h>
struct hwmon_config {
bool enable;
};
2019-05-18 03:10:09 +00:00
HRESULT hwmon_hook_init(const struct hwmon_config *cfg);