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

13 lines
226 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