mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@472 96395faa-99c1-11dd-bbfe-3dabce05a288
7 lines
89 B
C
7 lines
89 B
C
#ifndef KEYBOARD_HOOK_H
|
|
#define KEYBOARD_HOOK_H
|
|
|
|
void EnumHookDevices();
|
|
|
|
#endif
|
|
|