mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 20:21:11 +00:00
10 lines
175 B
Text
10 lines
175 B
Text
|
//
|
|||
|
// Prefix header for all source files of the '<27>PROJECTNAME<4D>' target in the '<27>PROJECTNAME<4D>' project
|
|||
|
//
|
|||
|
|
|||
|
#include "SDL.h"
|
|||
|
|
|||
|
#ifdef __OBJC__
|
|||
|
#import <Cocoa/Cocoa.h>
|
|||
|
#endif
|