diff options
Diffstat (limited to 'macosx/Source/hotkeys.h')
| -rw-r--r-- | macosx/Source/hotkeys.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macosx/Source/hotkeys.h b/macosx/Source/hotkeys.h new file mode 100644 index 00000000..592ea0b7 --- /dev/null +++ b/macosx/Source/hotkeys.h @@ -0,0 +1,15 @@ +// +// hotkeys.h +// Pcsxr +// +// Created by Nicolas Pepin-Perreault on 12-12-12. +// +// + +#ifndef Pcsxr_hotkeys_h +#define Pcsxr_hotkeys_h + +void attachHotkeys(); +void detachHotkeys(); + +#endif |
