1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-03 00:47:16 +01:00
segatools-dniel97/swdcio/di.h

10 lines
207 B
C
Raw Permalink Normal View History

2023-07-14 00:52:50 +02:00
#pragma once
#include "swdcio/backend.h"
#include "swdcio/config.h"
HRESULT swdc_di_init(
const struct swdc_di_config *cfg,
HINSTANCE inst,
const struct swdc_io_backend **backend);