aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_keyboard.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-19 21:44:37 +0100
committerJohannes Schickel2012-02-19 21:44:37 +0100
commit13358c541df46b03d3c25a9fa7e4615c64424517 (patch)
tree847d33aab03a76b66cadd416ce8bff0b5fe60bec /backends/platform/iphone/iphone_keyboard.h
parent3d0316ccd215cbb1530f665ff195554e46559efe (diff)
downloadscummvm-rg350-13358c541df46b03d3c25a9fa7e4615c64424517.tar.gz
scummvm-rg350-13358c541df46b03d3c25a9fa7e4615c64424517.tar.bz2
scummvm-rg350-13358c541df46b03d3c25a9fa7e4615c64424517.zip
IPHONE: Add include guards.
Diffstat (limited to 'backends/platform/iphone/iphone_keyboard.h')
-rw-r--r--backends/platform/iphone/iphone_keyboard.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/iphone/iphone_keyboard.h b/backends/platform/iphone/iphone_keyboard.h
index 6d64f90ffd..b13ac35616 100644
--- a/backends/platform/iphone/iphone_keyboard.h
+++ b/backends/platform/iphone/iphone_keyboard.h
@@ -20,6 +20,9 @@
*
*/
+#ifndef BACKENDS_PLATFORM_IPHONE_IPHONE_KEYBOARD_H
+#define BACKENDS_PLATFORM_IPHONE_IPHONE_KEYBOARD_H
+
#import <UIKit/UIKit.h>
#import <UIKit/UITextView.h>
@@ -34,3 +37,5 @@
- (void)handleKeyPress:(unichar)c;
@end
+
+#endif