mirror of
https://github.com/spicetools/spicetools.git
synced 2026-04-24 14:56:47 -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);
|
|
}
|