home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / graphics3d / src / library / debuglib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-13  |  269 b   |  13 lines

  1. /***********************************
  2.  ** Routin per poter eseguire il  **
  3.  ** debug delle share library di  **
  4.  ** Amiga.              **
  5.  ** Non si puo' usare all'esterno **
  6.  ***********************************/
  7.  
  8. #ifdef DEBUG
  9.  
  10. extern long int write_dbg(char *stringa);
  11.  
  12. #endif
  13.