home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
PowerPC
/
Dev
/
PPCRelease
/
Examples
/
TimerSupport
/
Time.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-11-17
|
199 b
|
11 lines
#ifndef TIMER_H
#define TIMER_H
#include <utility/tagitem.h>
#define TIMERTAG_DUMMY (TAG_USER + 0x100000)
#define TIMERTAG_START (TIMERTAG_DUMMY+0)
#define TIMERTAG_STOP (TIMERTAG_DUMMY+1)
#endif