forked from TeamTofuShop/segatools
fgo: fgohook finally added
Credits: - Coburn - domeori - Mitsuhide - OLEG - rakisaionji
This commit is contained in:
11
fgohook/deck.h
Normal file
11
fgohook/deck.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct deck_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT deck_hook_init(const struct deck_config *cfg, int port);
|
Reference in New Issue
Block a user