mirror of https://github.com/PCSX2/pcsx2.git
8 lines
89 B
C
8 lines
89 B
C
|
#ifndef KEYBOARD_HOOK_H
|
||
|
#define KEYBOARD_HOOK_H
|
||
|
|
||
|
void EnumHookDevices();
|
||
|
|
||
|
#endif
|
||
|
|