|
|
Previous NeXT emulator
/*
Hatari - CreateFloppyController.m
This file is distributed under the GNU Public License, version 2 or at
your option any later version. Read the file gpl.txt for details.
*/
#import <Cocoa/Cocoa.h>
// Wrapper to run an NSWindow modally
@protocol NSWindowDelegate; // added for Xcode 3.x
@interface ModalWrapper : NSWindowController <NSWindowDelegate>
{
IBOutlet NSWindow *modalWindow;
}
- (void)runModal:(NSWindow*)window;
- (void)windowWillClose:(NSNotification*)notification;
@end
// Helper function to write the contents of a path as an NSString to a string
void GuiOsx_ExportPathString(NSString* path, char* szTarget, size_t cchTarget);
// Pauses emulation and gets ready to use Cocoa UI
void GuiOsx_Pause(void);
// Switches back to emulation mode and resume emulation
void GuiOsx_Resume(void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.