home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1994 June
/
NEBULA_SE.ISO
/
SourceCode
/
MiscKit
/
Temp
/
MiscTimeAdditions
/
Time_Stuff
/
mytime
/
mytime_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-12
|
326 b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import <appkit/appkit.h>
void main(int argc, char *argv[]) {
[Application new];
if ([NXApp loadNibSection:"mytime.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}