home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / ToyWinPPM.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-17  |  300 b   |  15 lines

  1. #import "ToyWin.h"
  2.  
  3. @interface ToyWinPPM : ToyWin
  4. {
  5.     char **execList;
  6.     const char *extension;
  7. }
  8.  
  9. - (commonInfo *)drawToyWin:(const char *)fileName type:(int)type
  10.     map:(unsigned char **)map err:(int *)err;
  11. - setExecList: (char **)list ext: (const char *)type;
  12.     /* list is free-ed by this obj */
  13.  
  14. @end
  15.