home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Pro / 3d / ICoons1_0.lzh / icoons / source / timer.h < prev    next >
C/C++ Source or Header  |  1992-10-04  |  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.