segatools/games/apm3hook/mount.h
2025-07-27 19:20:36 +02:00

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);