spicetools/hooks/input/dinput8/hook.h

8 lines
113 B
C
Raw Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <windows.h>
namespace hooks::input::dinput8 {
void init(HMODULE module = nullptr);
}