home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
Database
/
OTC_EOFBetaExamples_V1.0
/
EOFramework
/
Buffering
/
InTheBuff_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
|
1994-06-07
|
343 b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import <eointerface/EOApplication.h>
void main(int argc, char *argv[]) {
[EOApplication new];
if ([NXApp loadNibSection:"InTheBuff.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}