commit | b9af1aec8c1ac36a57135d8038175187ac265863 | [log] [tgz] |
---|---|---|
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 22 20:53:55 2009 +0000 |
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 22 20:53:55 2009 +0000 |
tree | 7179384434811518829868f7ad877aefd748b475 | |
parent | 671cd656785de5e84564b6ffe4831625d7016ded [diff] [blame] |
add sampleapp_sdl git-svn-id: http://skia.googlecode.com/svn/trunk@183 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/xcode/sampleapp_sdl/SDLApp_Prefix.pch b/xcode/sampleapp_sdl/SDLApp_Prefix.pch new file mode 100644 index 0000000..0009507 --- /dev/null +++ b/xcode/sampleapp_sdl/SDLApp_Prefix.pch
@@ -0,0 +1,9 @@ +// +// Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project +// + +#include "SDL.h" + +#ifdef __OBJC__ + #import <Cocoa/Cocoa.h> +#endif