mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-04-20 07:57:27 -05:00
13 lines
255 B
C
13 lines
255 B
C
#pragma once
|
|
|
|
#include "board/aime-dll.h"
|
|
#include "platform/vfs.h"
|
|
|
|
struct mount_config {
|
|
bool enable;
|
|
bool delay;
|
|
};
|
|
|
|
void mount_hook_apply_hooks(HMODULE target);
|
|
void mount_hook_init(struct vfs_config* vfs_cfg, struct mount_config* mount_cfg);
|