mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-04-26 01:49:35 -05:00
10 lines
209 B
C
10 lines
209 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "apm3io/backend.h"
|
|
#include "apm3io/config.h"
|
|
|
|
HRESULT apm3_kb_init(const struct apm3_kb_config *cfg,
|
|
const struct apm3_io_backend **backend);
|