This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
segatools/mercuryhook/elisabeth.h
2023-02-13 03:08:41 -05:00

14 lines
209 B
C

#pragma once
#include <stdbool.h>
struct led_data {
DWORD unitCount;
uint8_t rgba[480 * 4];
};
struct elisabeth_config {
bool enable;
};
HRESULT elisabeth_hook_init(struct elisabeth_config *cfg);