mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-23 14:15:40 +00:00
11 lines
318 B
C
11 lines
318 B
C
|
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
|
||
|
*/
|
||
|
|
||
|
extern int ffwd(struct AUDIO_HEADER *header, int nframes);
|
||
|
extern int rew(struct AUDIO_HEADER *header, int nframes);
|
||
|
|
||
|
#ifdef POSITION
|
||
|
int ffwd(struct AUDIO_HEADER *header, int nframes);
|
||
|
int rew(struct AUDIO_HEADER *header, int nframes);
|
||
|
#endif
|