home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shapewin.zip / trbitmap.h < prev    next >
C/C++ Source or Header  |  1998-09-17  |  219b  |  16 lines

  1. /*
  2.  * trbitmap.h - Display Bitmap with Transparent Background
  3.  */
  4.  
  5. #ifndef _TRBITMAP_H
  6. #define _TRBITMAP_H
  7.  
  8. #ifdef  DEBUG
  9. #define TRACE       printf
  10. #else
  11. #define TRACE
  12. #endif
  13.  
  14. #endif  /* _TRBITMAP_H */
  15.  
  16.