mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-07 02:52:35 -05:00
11 lines
199 B
C
11 lines
199 B
C
#ifndef DINPUTHOOK_DINPUT_H
|
|
#define DINPUTHOOK_DINPUT_H
|
|
|
|
#include <windows.h>
|
|
|
|
// This is to stub out the dinput device
|
|
// Such that rawinput can still poll keyboards
|
|
void dinput_init(void);
|
|
|
|
#endif
|