mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 22:01:33 +00:00
Oops. Well, I fscked that one up. It's fixed now.
This commit is contained in:
parent
6f29bcb238
commit
98f8642081
1 changed files with 8 additions and 7 deletions
|
@ -35,6 +35,7 @@
|
||||||
#import <Foundation/NSNotification.h>
|
#import <Foundation/NSNotification.h>
|
||||||
#import <Foundation/NSString.h>
|
#import <Foundation/NSString.h>
|
||||||
#import <AppKit/NSApplication.h>
|
#import <AppKit/NSApplication.h>
|
||||||
|
#import <AppKit/NSNibDeclarations.h>
|
||||||
|
|
||||||
#import "BundleController.h"
|
#import "BundleController.h"
|
||||||
|
|
||||||
|
@ -56,12 +57,12 @@
|
||||||
- (void) applicationWillTerminate: (NSNotification *) not;
|
- (void) applicationWillTerminate: (NSNotification *) not;
|
||||||
|
|
||||||
// Action methods
|
// Action methods
|
||||||
- (IBAction void) createNew: (id) sender;
|
- (IBAction) createNew: (id) sender;
|
||||||
- (IBAction void) createNewProject: (id) sender;
|
- (IBAction) createNewProject: (id) sender;
|
||||||
- (IBAction void) infoPanel: (id) sender;
|
- (IBAction) infoPanel: (id) sender;
|
||||||
- (IBAction void) open: (id) sender;
|
- (IBAction) open: (id) sender;
|
||||||
- (IBAction void) openProject: (id) sender;
|
- (IBAction) openProject: (id) sender;
|
||||||
- (IBAction void) saveAll: (id) sender;
|
- (IBAction) saveAll: (id) sender;
|
||||||
- (IBAction void) showPreferencesPanel: (id) sender;
|
- (IBAction) showPreferencesPanel: (id) sender;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue