forked from TeamTofuShop/segatools
added support for tokyo
This commit is contained in:
10
tokyoio/kb.h
Normal file
10
tokyoio/kb.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "tokyoio/backend.h"
|
||||
#include "tokyoio/config.h"
|
||||
|
||||
HRESULT tokyo_kb_init(
|
||||
const struct tokyo_kb_config *cfg,
|
||||
const struct tokyo_io_backend **backend);
|
Reference in New Issue
Block a user