1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-11 00:01:46 +01:00

10 lines
202 B
C
Raw Normal View History

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