home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // utils.h - include file for misc. non-class functions
- //----------------------------------------------------------------------------
- // copyright (c) 1993 Borland International
- //----------------------------------------------------------------------------
- #define DEBUGLOG "debug.log"
- //----------------------------------------------------------------------------
- void alert(LPSTR caption, LPSTR message);
- void bugout(char *fmt, ...);
- void log(char *fmt, ...);
- //------------------------------------------------------------
-
-