summaryrefslogtreecommitdiff
path: root/macosx/PcsxrFileHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrFileHandle.h')
-rw-r--r--macosx/PcsxrFileHandle.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/macosx/PcsxrFileHandle.h b/macosx/PcsxrFileHandle.h
new file mode 100644
index 00000000..3b29bde3
--- /dev/null
+++ b/macosx/PcsxrFileHandle.h
@@ -0,0 +1,15 @@
+//
+// PcsxrFileHandle.h
+// Pcsxr
+//
+// Created by Charles Betts on 12/10/11.
+// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol PcsxrFileHandle <NSObject>
+
+- (BOOL)handleFile:(NSString *)theFile;
+
+@end