mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-24 09:30:09 +01:00
9 lines
113 B
C
9 lines
113 B
C
#pragma once
|
|
|
|
struct led_data {
|
|
DWORD unitCount;
|
|
uint8_t rgba[480 * 4];
|
|
};
|
|
|
|
HRESULT elisabeth_hook_init();
|