mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-11 23:17:08 +01:00
10 lines
202 B
C
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);
|