1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-24 13:30:09 +01:00
segatools-dniel97/idzio/di.h

10 lines
202 B
C
Raw Normal View History

#pragma once
#include "idzio/backend.h"
2019-09-29 05:29:12 +02:00
#include "idzio/config.h"
2019-09-29 05:29:12 +02:00
HRESULT idz_di_init(
const struct idz_di_config *cfg,
HINSTANCE inst,
const struct idz_io_backend **backend);