mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-13 16:00:46 +01:00
10 lines
207 B
C
10 lines
207 B
C
|
#pragma once
|
||
|
|
||
|
#include "idacio/backend.h"
|
||
|
#include "idacio/config.h"
|
||
|
|
||
|
HRESULT idac_di_init(
|
||
|
const struct idac_di_config *cfg,
|
||
|
HINSTANCE inst,
|
||
|
const struct idac_io_backend **backend);
|