1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-11 23:17:08 +01:00
segatools-dniel97/idacio/di.h
2023-04-23 16:13:51 +02:00

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);