home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / icoons / source / timer.h < prev    next >
C/C++ Source or Header  |  1992-10-03  |  219b  |  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.