home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / aa_m68k_Intel_Only / ToyViewer1.2 / Source / ToyWinPPM.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-12  |  262 b   |  14 lines

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