mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 21:47:04 +00:00
20 lines
334 B
Plaintext
Executable File
20 lines
334 B
Plaintext
Executable File
//
|
|
// main.j
|
|
// Editor
|
|
//
|
|
// Created by Francisco Tolmasky on May 21, 2008.
|
|
// Copyright 2005 - 2008, 280 North, Inc. All rights reserved.
|
|
//
|
|
|
|
@import <Foundation/Foundation.j>
|
|
@import <AppKit/AppKit.j>
|
|
|
|
@import "AppController.j"
|
|
|
|
|
|
CPLogRegister(CPLogPopup);
|
|
|
|
function main(args, namedArgs)
|
|
{
|
|
CPApplicationMain(args, namedArgs);
|
|
} |