home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / yak-1.59.lha / Yak-1.59 / Src / icon.h < prev    next >
Encoding:
Text File  |  1994-03-03  |  348 b   |  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.