Rename from Enjoy/Enjoy2 to 'Enjoyable'. While I'm mucking in the project file, enabl...
[enjoyable.git] / Enjoyable_Prefix.pch
diff --git a/Enjoyable_Prefix.pch b/Enjoyable_Prefix.pch
new file mode 100644 (file)
index 0000000..1f44b2f
--- /dev/null
@@ -0,0 +1,11 @@
+//
+// Prefix header for all source files of the 'Enjoy' target in the 'Enjoy' project
+//
+
+#ifdef __OBJC__
+    #import <Cocoa/Cocoa.h>
+#endif
+
+#import <IOKit/hid/IOHIDLib.h>
+
+#import "NSView+FirstResponder.h"