summaryrefslogtreecommitdiff
path: root/macosx/PcsxrDiscHandler.h
blob: 8ff673fb6924e22a95efc5938466ff52e369d621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  PcsxrDiscHandler.h
//  Pcsxr
//
//  Created by Charles Betts on 12/11/11.
//  Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "PcsxrFileHandle.h"
#import "ARCBridge.h"

@interface PcsxrDiscHandler : NSObject <PcsxrFileHandle>
{
	NSURL *_discURL;
	__arcweak NSString *discPath;
}

@end