forked from Dniel97/segatools
8 lines
126 B
C
8 lines
126 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "chunihook/config.h"
|
|
|
|
HRESULT slider_hook_init(const struct slider_config *cfg);
|