|
|
1.1 root 1: /* 1.1.1.5 root 2: Hatari - Shared.h 1.1 root 3: 1.1.1.6 ! root 4: This file is distributed under the GNU General Public License, version 2 ! 5: or at your option any later version. Read the file gpl.txt for details. 1.1 root 6: */ 7: 8: #import <Cocoa/Cocoa.h> 9: 10: // Wrapper to run an NSWindow modally 1.1.1.5 root 11: @protocol NSWindowDelegate; 1.1.1.4 root 12: @interface ModalWrapper : NSWindowController <NSWindowDelegate> 1.1 root 13: { 14: IBOutlet NSWindow *modalWindow; 15: } 16: - (void)runModal:(NSWindow*)window; 17: - (void)windowWillClose:(NSNotification*)notification; 18: @end 19: 20: // Helper function to write the contents of a path as an NSString to a string 21: void GuiOsx_ExportPathString(NSString* path, char* szTarget, size_t cchTarget); 22: 23: // Pauses emulation and gets ready to use Cocoa UI 1.1.1.3 root 24: void GuiOsx_Pause(void); 1.1 root 25: 26: // Switches back to emulation mode and resume emulation 1.1.1.3 root 27: void GuiOsx_Resume(void);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.