ardour/tools/CrashReporter/CrashReporter_Prefix.pch
Taybin Rutkin 5924788df5 add CrashReporter cocoa project template
git-svn-id: svn://localhost/ardour2/branches/3.0@5199 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-16 01:52:22 +00:00

8 lines
157 B
Plaintext

//
// Prefix header for all source files of the 'CrashReporter' target in the 'CrashReporter' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif