home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
sound
/
algorhyt.lha
/
source
/
Scales.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-21
|
236b
|
7 lines
#ifndef SCALES_LOADED
#define SCALES_LOADED 1
/* Scales.h */
extern int InstallScale (const int Select, int scale[]);
extern void TransposeScale ( const int transpose, int *scale,
const int range);
#endif