1
0
mirror of synced 2025-01-31 04:13:43 +01:00
bananatools/board/sg-reader.h

18 lines
284 B
C
Raw Normal View History

2023-09-18 04:00:09 -04:00
#pragma once
#include <windows.h>
#include <stdbool.h>
#include "board/aime-dll.h"
struct aime_config {
struct aime_dll_config dll;
bool enable;
};
HRESULT sg_reader_hook_init(
const struct aime_config *cfg,
unsigned int port_no,
HINSTANCE self);