/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
- /*
- * AppController.j
- * PlatformWindows
- *
- * Created by Francisco Tolmasky on July 23, 2009.
- * Copyright 2009, 280 North, Inc. All rights reserved.
- */
- @import <Foundation/Foundation.j>
- @import <AppKit/AppKit.j>
- @import "AppController.j"
- function main(args, namedArgs)
- {
- CPApplicationMain(args, namedArgs);
- }