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