mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-04-24 23:47:27 -05:00
10 lines
207 B
C
10 lines
207 B
C
#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);
|