8 lines
113 B
C++
8 lines
113 B
C++
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
namespace hooks::input::dinput8 {
|
|
void init(HMODULE module = nullptr);
|
|
}
|