home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Giga Games 1
/
Giga Games.iso
/
net
/
go
/
prog
/
nextgo23.taz
/
nextgo23
/
NeXTGo
/
NeXTGo_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-02-09
|
258 b
|
15 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "GoApp.h"
void main(int argc, char *argv[]) {
NXApp = [GoApp new];
[NXApp loadNibSection:"NeXTGo.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}