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