forked from TeamTofuShop/segatools
refactor all common parts and games
This commit is contained in:
9
common/platform/misc.h
Normal file
9
common/platform/misc.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
struct misc_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT misc_hook_init(const struct misc_config *cfg, const char *platform_id);
|
Reference in New Issue
Block a user