From de50d760fd03a7eed9a614a3d4a701f2097c88d9 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 13 Sep 2013 21:31:56 +0000 Subject: Changing a few Objective C classes to have their ivars hidden. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87167 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'macosx/PcsxrMemoryObject.h') diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index 72613391..08e59f28 100755 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -25,19 +25,12 @@ typedef enum _PCSXRMemFlags { } PCSXRMemFlags; @interface PcsxrMemoryObject : NSObject -{ - NSArray *memImages; - NSInteger memImageIndex; - uint8_t startingIndex; - uint8_t blockSize; - PCSXRMemFlags flagNameIndex; -} + + (NSArray *)imagesFromMcd:(McdBlock *)block; + (NSString*)memoryLabelFromFlag:(PCSXRMemFlags)flagNameIndex; + (NSImage *)blankImage; + (PCSXRMemFlags)memFlagsFromBlockFlags:(unsigned char)blockFlags; -- (id)initWithMcdBlock:(McdBlock *)infoBlockc startingIndex:(uint8_t)startIdx; - (id)initWithMcdBlock:(McdBlock *)infoBlockc startingIndex:(uint8_t)startIdx size:(uint8_t)memSize; @property (readonly, strong) NSString *englishName; -- cgit v1.2.3