home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cdity / yak / src / icon.h < prev    next >
Text File  |  1994-03-03  |  348b  |  10 lines

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