[go: up one dir, main page]

Menu

[r15]: / trunk / Sources / main.m  Maximize  Restore  History

Download this file

26 lines (23 with data), 585 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
// main.m
// Cocoa3DTutorial
//
// Created by Paolo Manna on Thu May 22 2003.
// Copyright (c) 2003. All rights reserved.
//
// Terms of use:
// - Short: OPEN SOURCE under Artistic License -- credit fairly, use freely, alter carefully.
// - Full: <http://www.opensource.org/licenses/artistic-license.html>
//
// $Id: main.m,v 1.1.1.1 2003/06/10 18:09:31 pmanna Exp $
//
// $Log: main.m,v $
// Revision 1.1.1.1 2003/06/10 18:09:31 pmanna
// Initial import
//
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char *argv[])
{
return NSApplicationMain(argc, argv);
}