From 10a0e290ac07524dc129cc2b227b0f9e95df0f8e Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 16 Apr 2012 09:39:52 -0500 Subject: first commit --- Pico_Prefix.pch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Pico_Prefix.pch (limited to 'Pico_Prefix.pch') diff --git a/Pico_Prefix.pch b/Pico_Prefix.pch new file mode 100644 index 0000000..29dfde3 --- /dev/null +++ b/Pico_Prefix.pch @@ -0,0 +1,9 @@ +// +// Prefix header for all source files of the 'Pico' target in the 'Pico' project +// + +#include "SDL.h" + +#ifdef __OBJC__ + #import +#endif -- cgit