This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
segatools/games/apm3io/kb.h

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);