chunihook/slider.c: Add config

This commit is contained in:
Tau
2019-10-19 20:37:43 -04:00
parent b270eaf1c6
commit d31d13e0da
5 changed files with 32 additions and 4 deletions

View File

@ -1,3 +1,7 @@
#pragma once
void slider_hook_init(void);
#include <windows.h>
#include "chunihook/config.h"
HRESULT slider_hook_init(const struct slider_config *cfg);