forked from TeamTofuShop/segatools
platform: Shift config structs around
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "platform/config.h"
|
||||
#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);
|
||||
|
Reference in New Issue
Block a user