home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / system / toolalias / source / icon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-23  |  207 b   |  7 lines

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