mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
11 lines
199 B
Objective-C
11 lines
199 B
Objective-C
/* WNScenarioDesignDelegate */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface WNScenarioDesignDelegate : NSObject
|
|
{
|
|
}
|
|
- (IBAction)windowDidBecomeKey:(id)sender;
|
|
- (IBAction)windowDidResignKey:(id)sender;
|
|
@end
|