diff options
Diffstat (limited to 'macosx/PcsxrController.h')
| -rw-r--r-- | macosx/PcsxrController.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h index 77e3011a..b6d46e9a 100644 --- a/macosx/PcsxrController.h +++ b/macosx/PcsxrController.h @@ -4,10 +4,11 @@ #import "EmuThread.h" #import "PluginList.h" +@class ConfigurationController; + @interface PcsxrController : NSObject { - NSWindowController *preferencesController; - NSWindowController *memCardController; + ConfigurationController *preferencesController; PluginList *pluginList; IBOutlet NSWindow *preferenceWindow; |
