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

  1. #ifndef TIMER_PROTOS_H
  2. #define TIMER_PROTOS_H
  3.  
  4. void*    __regargs    TimerCreateObject(void);
  5. void    __regargs    TimerDeleteObject(void*);
  6. void    __regargs    TimerShow(void*);
  7. BOOL    __regargs    TimerSetAttr(void*,ULONG);
  8.  
  9. #endif
  10.