Shift hook DLL config structs around

This commit is contained in:
Tau
2019-11-05 20:11:25 -05:00
parent f11a3cb657
commit a94772b0c4
9 changed files with 33 additions and 18 deletions

View File

@ -2,6 +2,10 @@
#include <windows.h>
#include "chunihook/config.h"
#include <stdbool.h>
struct slider_config {
bool enable;
};
HRESULT slider_hook_init(const struct slider_config *cfg);