Guest User

Untitled

a guest
Jul 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /*
  2. * main.j
  3. * Pixity - Web
  4. *
  5. * Created by Nicholas Small on January 31, 2009.
  6. * Copyright 2009. All rights reserved.
  7. */
  8.  
  9. @import <Foundation/Foundation.j>
  10. @import <AppKit/AppKit.j>
  11.  
  12. @import "CPBundle.j"
  13.  
  14. @import "AppController.j"
  15.  
  16.  
  17. function main(args, namedArgs)
  18. {
  19. CPApplicationMain(args, namedArgs);
  20. }
Add Comment
Please, Sign In to add comment