diff options
Diffstat (limited to 'macosx/PcsxrDiscHandler.h')
| -rw-r--r-- | macosx/PcsxrDiscHandler.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/PcsxrDiscHandler.h b/macosx/PcsxrDiscHandler.h new file mode 100644 index 00000000..933d7799 --- /dev/null +++ b/macosx/PcsxrDiscHandler.h @@ -0,0 +1,14 @@ +// +// 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" + +@interface PcsxrDiscHandler : NSObject <PcsxrFileHandle> + +@end |
