home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shapw102.zip / romy102.zip / romy.h < prev    next >
C/C++ Source or Header  |  1998-10-06  |  177b  |  15 lines

  1. /*
  2.  * romy.h - Global Definitions
  3.  */
  4.  
  5. #ifndef _ROMY_H
  6. #define _ROMY_H
  7.  
  8. #ifdef  DEBUG
  9. #define TRACE       printf
  10. #else
  11. #define TRACE
  12. #endif
  13.  
  14. #endif  /* _ROMY_H */
  15.