home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / 3Dkit / Simple / SimpleShape.h < prev    next >
Text File  |  1992-06-02  |  99b  |  8 lines

  1. #import <3Dkit/3Dkit.h>
  2.  
  3. @interface SimpleShape : N3DShape
  4. {
  5. }
  6. - renderSelf:(RtToken)context;
  7. @end
  8.