forked from Hay1tsme/segatools
9 lines
183 B
C
9 lines
183 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "fgoio/backend.h"
|
|
#include "fgoio/config.h"
|
|
|
|
HRESULT fgo_kb_init(const struct fgo_kb_config *cfg, const struct fgo_io_backend **backend);
|