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