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/PcsxrController.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'macosx/PcsxrController.m') diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m index e4889340..a2d6ba93 100755 --- a/macosx/PcsxrController.m +++ b/macosx/PcsxrController.m @@ -50,13 +50,16 @@ void ShowHelpAndExit(FILE* output, int exitCode) @property BOOL sleepInBackground; @property BOOL wasPausedBeforeBGSwitch; @property (strong) NSMutableArray *skipFiles; +@property (strong) NSWindow *preferenceWindow; +@property (strong) NSWindow *cheatWindow; @end @implementation PcsxrController - @synthesize recentItems; @synthesize skipFiles; @synthesize cheatController; +@synthesize cheatWindow; +@synthesize preferenceWindow; - (BOOL)endAtEmuClose { -- cgit v1.2.3