home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / RIBCoordinateSystem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-22  |  120 b   |  13 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import "RIBCommand.h"
  5.  
  6. @interface RIBCoordinateSystem:RIBCommand
  7. {
  8.    char *name;
  9. }
  10.  
  11.  
  12. @end
  13.