1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-01-19 22:32:47 +01:00

14 lines
205 B
C

#pragma once
#include <windows.h>
#include <stdbool.h>
#include <stddef.h>
struct pcbid_config {
bool enable;
wchar_t serial_no[17];
};
HRESULT pcbid_hook_init(const struct pcbid_config *cfg);