aboutsummaryrefslogtreecommitdiffstats
path: root/browser/HIDBrowser_Prefix.pch
diff options
context:
space:
mode:
authorDominik Pich2013-03-17 13:33:20 +0100
committerDominik Pich2013-03-17 13:33:20 +0100
commitd4ffd217288cfc0d2798b3df67ab20bc867a7f7e (patch)
treeab40c6fb784fbe578713381ea5cf1159934a9c34 /browser/HIDBrowser_Prefix.pch
parent77d2a9f99a289d247c5a8561879489c8f8162055 (diff)
downloadDDHidLib-d4ffd217288cfc0d2798b3df67ab20bc867a7f7e.tar.bz2
DDHIDLib 1.1.1
Diffstat (limited to 'browser/HIDBrowser_Prefix.pch')
-rw-r--r--browser/HIDBrowser_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/browser/HIDBrowser_Prefix.pch b/browser/HIDBrowser_Prefix.pch
new file mode 100644
index 0000000..5d5ed48
--- /dev/null
+++ b/browser/HIDBrowser_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'HIDBrowser' target in the 'HIDBrowser' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif