home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / icoons / source / timer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-12  |  219 b   |  10 lines

  1. #ifndef TIMER_H
  2. #define TIMER_H
  3.  
  4. Boolean_T Handle_IntuiTicks_Message(struct IntuiMessage *Msg);
  5. void Start_Timer(unsigned long Seconds, unsigned long Micros);
  6. void Stop_Timer(void);
  7. Boolean_T Check_Timer(void);
  8.  
  9. #endif
  10.