1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-28 06:50:49 +01:00
segatools-dniel97/hooklib/dvd.h

12 lines
165 B
C
Raw Normal View History

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