segatools/board/sg-reader.h
Tau b172c22322 board/sg-reader.c: Streamline further
Remove remaining pointless boilerplate, turn it into a free-
standing hook, since its aimeio.dll dependency forces it to be a
singleton anyway.
2019-05-03 21:23:21 -04:00

6 lines
87 B
C

#pragma once
#include <windows.h>
HRESULT sg_reader_hook_init(unsigned int port_no);