1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-14 17:17:36 +01:00
segatools-dniel97/platform/hwmon.h

12 lines
158 B
C
Raw Normal View History

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