pcsxr/macosx/Psx-Memcard/Psx-Memcard-Prefix.pch

13 lines
286 B
Plaintext

//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#define __private_extern __attribute__((visibility("hidden")))
#include <CoreFoundation/CoreFoundation.h>
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif