home *** CD-ROM | disk | FTP | other *** search
- #import "ToyWin.h"
-
- @interface ToyWinPPM : ToyWin
- {
- char **execList;
- const char *extension;
- }
-
- - (commonInfo *)drawToyWin:(const char *)fileName type:(int)type
- map:(unsigned char **)map err:(int *)err;
- - setExecList: (char **)list ext: (const char *)type;
- /* list is free-ed by this obj */
-
- @end
-