mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-02-17 19:09:21 +01:00
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);
|