forked from Dniel97/segatools
b172c22322
Remove remaining pointless boilerplate, turn it into a free- standing hook, since its aimeio.dll dependency forces it to be a singleton anyway.
6 lines
87 B
C
6 lines
87 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
HRESULT sg_reader_hook_init(unsigned int port_no);
|