summaryrefslogtreecommitdiff
path: root/macosx/PcsxrFileHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrFileHandle.h')
-rw-r--r--macosx/PcsxrFileHandle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PcsxrFileHandle.h b/macosx/PcsxrFileHandle.h
index 3b29bde3..199e8bef 100644
--- a/macosx/PcsxrFileHandle.h
+++ b/macosx/PcsxrFileHandle.h
@@ -10,6 +10,7 @@
@protocol PcsxrFileHandle <NSObject>
++ (NSArray *)utisCanHandle;
- (BOOL)handleFile:(NSString *)theFile;
@end