segatools/idzio/di.h

10 lines
202 B
C
Raw Permalink Normal View History

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