mirror of
https://github.com/spicetools/spicetools.git
synced 2026-03-22 02:14:22 -05:00
8 lines
113 B
C++
8 lines
113 B
C++
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
namespace hooks::input::dinput8 {
|
|
void init(HMODULE module = nullptr);
|
|
}
|