moz-skia/xcode/sampleapp_sdl/SDLApp_Prefix.pch

10 строки
175 B
Plaintext

//
// Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project
//
#include "SDL.h"
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif