home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Resources / System / PPCUpdates / Developer / Examples / TimerSupport / Time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-17  |  199 b   |  11 lines

  1. #ifndef TIMER_H
  2. #define TIMER_H
  3.  
  4. #include <utility/tagitem.h>
  5.  
  6. #define    TIMERTAG_DUMMY    (TAG_USER + 0x100000)
  7. #define    TIMERTAG_START    (TIMERTAG_DUMMY+0)
  8. #define    TIMERTAG_STOP    (TIMERTAG_DUMMY+1)
  9.  
  10. #endif
  11.