home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / commodities / yak / source / icon.h < prev    next >
Text File  |  1993-04-21  |  348b  |  10 lines

  1. /* prototypes from icon.c */
  2. BOOL __regargs GetOurIcon(struct WBStartup *WBenchMsg);
  3. void FreeOurIcon(void);
  4. char __regargs *TTString(char *name, char *def);
  5. LONG __regargs TTInt(char *name, LONG def);
  6. BOOL __regargs TTBool(char *name, BOOL def);
  7. BOOL __regargs MakeOurAppIcon(char *name);
  8. void RemoveOurAppIcon(void);
  9. void RespondToAppIcon(void);
  10.