home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
3Dkit
/
Simple
/
SimpleShape.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-06-02
|
99 b
|
8 lines
#import <3Dkit/3Dkit.h>
@interface SimpleShape : N3DShape
{
}
- renderSelf:(RtToken)context;
@end