SDLApp_Prefix.pch 175 Bytes
//
// Prefix header for all source files of the 'PROJECTNAME' target in the 'PROJECTNAME' project
//

#include "SDL.h"

#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif