PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/main.j

http://github.com/mafis/Coffein
Unknown | 18 lines | 14 code | 4 blank | 0 comment | 0 complexity | 982d7c2f4a8344d436ac68dd743897f6 MD5 | raw file
Possible License(s): LGPL-2.1, CC-BY-3.0
  1. /*
  2. * AppController.j
  3. * Coffein
  4. *
  5. * Created by Maximilian Fischer & Felix Stoessel on January 16, 2010.
  6. * Copyright 2010, Your Company 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. }