1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-10 15:51:47 +01:00

12 lines
183 B
C
Raw Permalink Normal View History

#pragma once
#include <windows.h>
2019-11-05 19:31:11 -05:00
#include <stdbool.h>
struct amvideo_config {
bool enable;
};
2019-05-17 23:10:09 -04:00
HRESULT amvideo_hook_init(const struct amvideo_config *cfg, HMODULE redir_mod);