Fixed the pod path in archive
[sdlgit/SDL_perl.git] / MacOSX / launcher.h
1 // launcher.h
2
3 @interface SDLPerlMain : NSObject
4 - (void) launchPerl: (NSString*) script;
5 - (void) applicationWillFinishLaunching: (NSNotification*) note;
6 - (void) applicationDidFinishLaunching: (NSNotification*) note;
7 - (void) setupWorkingDirectory: (BOOL) changep;
8 @end
9
10 @interface SDLPerlApplication : NSApplication
11 - (void) terminate: (id) sender;
12 @end