forked from TeamTofuShop/segatools
platform: Shift config structs around
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "platform/config.h"
|
||||
#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