1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-23 18:58:21 +02:00
segatools-dniel97/platform/pcbid.h

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);