mirror of https://github.com/PCSX2/pcsx2.git
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
|
//
|
|||
|
// 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
|