home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
202.lha
/
SoundScape
/
Include
/
clock.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
|
1988-12-28
|
273 b
|
14 lines
/* MCLOCK.H State structure for clock module.
(c) 1986 Todor Fay
*/
struct ClockState {
long length;
long count; /* Current Clock Position. */
long count1;
long count2;
long timerate; /* Clicks per second. */
long beatsperminute;
};