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

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

@interface PcsxrFreezeStateHandler : NSObject <PcsxrFileHandle>

@end