app_darwin.h 334 B

12345678910111213
  1. #import <Cocoa/Cocoa.h>
  2. @interface AppDelegate : NSObject <NSApplicationDelegate>
  3. - (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
  4. @end
  5. void run();
  6. void killOtherInstances();
  7. bool askToMoveToApplications();
  8. int createSymlinkWithAuthorization();
  9. int installSymlink();
  10. extern void Restart();
  11. extern void Quit();