diff options
Diffstat (limited to 'macosx/Source/PcsxrCheatHandler.h')
| -rw-r--r-- | macosx/Source/PcsxrCheatHandler.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/Source/PcsxrCheatHandler.h b/macosx/Source/PcsxrCheatHandler.h new file mode 100644 index 00000000..1dc4fc8e --- /dev/null +++ b/macosx/Source/PcsxrCheatHandler.h @@ -0,0 +1,14 @@ +// +// PcsxrCheatHandler.h +// Pcsxr +// +// Created by C.W. Betts on 8/1/13. +// +// + +#import <Foundation/Foundation.h> +#import "PcsxrFileHandle.h" + +@interface PcsxrCheatHandler : NSObject <PcsxrFileHandle> + +@end |
