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