forked from Hay1tsme/segatools
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);
|