home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / DebugWindow 1.4 / Debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-30  |  153 b   |  11 lines  |  [TEXT/KAHL]

  1.  
  2. #ifndef _DEBUGWINDOW_H_
  3. #define _DEBUGWINDOW_H_
  4.  
  5. void Debug ( char *format, ... );
  6. void ClearDebugWindow (void);
  7. void DebugTimestamp ( void );
  8.  
  9. #endif
  10.  
  11.