segatools/divahook/slider.h

12 lines
161 B
C
Raw Permalink Normal View History

#pragma once
2019-11-05 23:03:16 +00:00
#include <windows.h>
#include <stdbool.h>
struct slider_config {
bool enable;
};
HRESULT slider_hook_init(const struct slider_config *cfg);