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

14 lines
209 B
C
Raw Normal View History

#pragma once
2023-02-13 02:40:41 +01:00
#include <stdbool.h>
2022-07-31 20:11:24 +02:00
struct led_data {
DWORD unitCount;
uint8_t rgba[480 * 4];
};
2023-02-13 02:40:41 +01:00
struct elisabeth_config {
bool enable;
};
HRESULT elisabeth_hook_init(struct elisabeth_config *cfg);