summaryrefslogtreecommitdiff
path: root/macosx/PcsxrCheatHandler.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-01 16:50:36 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-01 16:50:36 +0000
commit3c7ad73309303a8899d18c6d9da3f41a0a54da6d (patch)
tree7af9a187734bb7c8b35cd03d7ebf1a6bca26932b /macosx/PcsxrCheatHandler.h
parent7419d226fe6f60a0e8cc850ba646b9388b7c1763 (diff)
downloadpcsxr-3c7ad73309303a8899d18c6d9da3f41a0a54da6d.tar.gz
Some work on OS X's cheat interface.
Use .cht as the file extension for cheats. Create a file handler for cheat files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86364 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrCheatHandler.h')
-rw-r--r--macosx/PcsxrCheatHandler.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/PcsxrCheatHandler.h b/macosx/PcsxrCheatHandler.h
new file mode 100644
index 00000000..1dc4fc8e
--- /dev/null
+++ b/macosx/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