|
|
1.1 root 1: /*
1.1.1.3 ! root 2: Hatari - CreateFloppyController.h
1.1 root 3:
1.1.1.2 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: @interface CreateFloppyController : NSObject
11: {
12: IBOutlet NSWindow *window;
13: IBOutlet NSMatrix *sectors;
14: IBOutlet NSMatrix *sides;
15: IBOutlet NSPopUpButton *tracks;
16: }
17: - (void)awakeFromNib;
18: - (IBAction)runModal:(id)sender;
19: - (IBAction)createFloppyImage:(id)sender;
20:
21: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.