home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fujiology Archive
/
fujiology_archive_v1_0.iso
/
!FALCON
/
NOCREW
/
MP2_0997.ZIP
/
mp2_0997
/
src
/
replay.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-07-27
|
333b
|
15 lines
#ifndef _REPLAY_H_
#define _REPLAY_H_
extern int external_clock(void);
extern void replay_continue(void);
extern void replay_init(long frequency);
extern void replay_pause(void);
extern int replay_pausep(void);
extern int replayp(void);
extern void replay_stop(void);
extern long ext0, ext1;
#endif /* _REPLAY_H_ */