forked from Dniel97/segatools
11 lines
153 B
C
11 lines
153 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
struct vfd_config {
|
|
bool enable;
|
|
};
|
|
|
|
|
|
HRESULT vfd_hook_init(const struct vfd_config *cfg, unsigned int port_no);
|