mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-26 20:04:37 +00:00
a05e9c62be
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2894 96395faa-99c1-11dd-bbfe-3dabce05a288
8 lines
82 B
C
8 lines
82 B
C
#ifndef KEYBOARD_HOOK_H
|
|
#define KEYBOARD_HOOK_H
|
|
|
|
void EnumHookDevices();
|
|
|
|
#endif
|
|
|