summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrMemCardController.h')
-rwxr-xr-xmacosx/PcsxrMemCardController.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/macosx/PcsxrMemCardController.h b/macosx/PcsxrMemCardController.h
index bf5bfacf..d4a71088 100755
--- a/macosx/PcsxrMemCardController.h
+++ b/macosx/PcsxrMemCardController.h
@@ -22,7 +22,9 @@
- (IBAction)moveBlock:(id)sender;
- (IBAction)formatCard:(id)sender;
- (IBAction)deleteMemoryObject:(id)sender;
-- (IBAction)newMemCard:(id)sender;
-- (IBAction)changeMemCard:(id)sender;
- (void)loadMemoryCardInfoForCard:(int)theCard;
+
+- (void)beginMemoryAnimation;
+- (void)stopMemoryAnimation;
+
@end