pcsxr/macosx/Pcsxr-QL/Pcsxr-QL-Prefix.pch

17 lines
302 B
Plaintext

//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#include "MyQuickLook.h"
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import "PcsxrMemoryObject.h"
#endif
#ifndef NS_DESIGNATED_INITIALIZER
#define NS_DESIGNATED_INITIALIZER
#endif