Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
BitchX
GitHub Repository: BitchX/BitchX1.3
Path: blob/master/dll/amp/position.h
1074 views
1
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
2
*/
3
4
extern int ffwd(struct AUDIO_HEADER *header, int nframes);
5
extern int rew(struct AUDIO_HEADER *header, int nframes);
6
7
#ifdef POSITION
8
int ffwd(struct AUDIO_HEADER *header, int nframes);
9
int rew(struct AUDIO_HEADER *header, int nframes);
10
#endif
11
12