home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / 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.