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

9 lines
113 B
C
Raw Normal View History

#pragma once
2022-07-31 20:11:24 +02:00
struct led_data {
DWORD unitCount;
uint8_t rgba[480 * 4];
};
2021-12-30 19:57:05 +01:00
HRESULT elisabeth_hook_init();