# | Line 26 | Line 26 | |
---|---|---|
26 | // If the application supports multiple windows, define this: | |
27 | // #define ENABLE_MULTIPLE | |
28 | ||
29 | – | //@interface Controller : NSObject |
29 | @interface Controller : NSApplication | |
30 | { | |
31 | #ifdef ENABLE_MULTIPLE | |
# | Line 48 | Line 47 | |
47 | - (IBAction) TerminateAll: (id)sender; | |
48 | #endif | |
49 | ||
50 | + | - (BOOL) isAnyEmulatorDisplayingSheets; |
51 | - (BOOL) isAnyEmulatorRunning; | |
52 | - (short) emulatorCreatedCount; // If any emulator environments have been setup, count how many | |
53 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |