/Tests/Manual/PlatformWindows/main.j

http://github.com/cacaodev/cappuccino · Unknown · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 9dccbaad3080e01318fba511315b2910 MD5 · raw file

  1. /*
  2. * AppController.j
  3. * PlatformWindows
  4. *
  5. * Created by Francisco Tolmasky on July 23, 2009.
  6. * Copyright 2009, 280 North, Inc. All rights reserved.
  7. */
  8. @import <Foundation/Foundation.j>
  9. @import <AppKit/AppKit.j>
  10. @import "AppController.j"
  11. function main(args, namedArgs)
  12. {
  13. CPApplicationMain(args, namedArgs);
  14. }