1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-01-19 06:27:25 +01:00
2021-06-17 04:02:55 +02:00

12 lines
165 B
C

#pragma once
#include <windows.h>
#include <stdbool.h>
struct dvd_config {
bool enable;
};
void dvd_hook_init(const struct dvd_config *cfg, HINSTANCE self);