aboutsummaryrefslogtreecommitdiff
path: root/VKPC/VKPC-Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/VKPC-Prefix.pch')
-rw-r--r--VKPC/VKPC-Prefix.pch10
1 files changed, 10 insertions, 0 deletions
diff --git a/VKPC/VKPC-Prefix.pch b/VKPC/VKPC-Prefix.pch
new file mode 100644
index 0000000..8894783
--- /dev/null
+++ b/VKPC/VKPC-Prefix.pch
@@ -0,0 +1,10 @@
+//
+// Prefix header
+//
+// The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+ #import "Global.h"
+#endif