1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-10 15:51:47 +01:00

14 lines
205 B
C
Raw Normal View History

#pragma once
2019-11-05 19:31:11 -05:00
#include <windows.h>
#include <stdbool.h>
#include <stddef.h>
struct pcbid_config {
bool enable;
wchar_t serial_no[17];
};
2019-08-20 18:44:57 -04:00
HRESULT pcbid_hook_init(const struct pcbid_config *cfg);