get some command wrapper stuff working

This commit is contained in:
optixx
2009-09-07 08:19:38 +02:00
parent 9be841521f
commit 90d4a0d019
20 changed files with 735 additions and 942 deletions

View File

@@ -1,7 +1,9 @@
#import <Cocoa/Cocoa.h>
@interface AppController : NSObject {
IBOutlet NSTextField *textField;
IBOutlet NSTextField *textFieldLog;
IBOutlet NSTextField *textFieldInfo;
}
- (IBAction)romInfo:(id)sender;
- (IBAction)romUpload:(id)sender;