summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr-QL/Pcsxr-QL-Prefix.pch
blob: bada5f369318e2ad0c63e3307c6198e07edcec12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  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