1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-09-24 19:18:26 +02:00
segatools-hay1tsme/idzio/di.h
2019-09-28 23:32:31 -04:00

10 lines
202 B
C

#pragma once
#include "idzio/backend.h"
#include "idzio/config.h"
HRESULT idz_di_init(
const struct idz_di_config *cfg,
HINSTANCE inst,
const struct idz_io_backend **backend);