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

  1. /*
  2.  * treyes.h - Eyes watches Mouse Pointer  with Transparent Background
  3.  */
  4.  
  5. #ifndef _TREYES_H
  6. #define _TREYES_H
  7.  
  8. #ifdef  DEBUG
  9. #define TRACE       printf
  10. #else
  11. #define TRACE
  12. #endif
  13.  
  14. #endif  /* _TREYES_H */
  15.