home *** CD-ROM | disk | FTP | other *** search
- /* prototypes from icon.c */
- __regargs BOOL GetOurIcon(struct WBStartup *WBenchMsg);
- void FreeOurIcon(void);
- __regargs char *TTString(char *name, char *def);
- __regargs LONG TTInt(char *name, LONG def);
- __regargs BOOL TTBool(char *name, BOOL def);
- __regargs BOOL MakeOurAppIcon(char *name);
- void RemoveOurAppIcon(void);
- void RespondToAppIcon(void);
-