Initial commit
This commit is contained in:
4
SOURCES/BALANCE.H
Normal file
4
SOURCES/BALANCE.H
Normal file
@@ -0,0 +1,4 @@
|
||||
/* balance between 0 and 256, volume between 0 and 128 */
|
||||
void Balance( ULONG balance, ULONG volume, ULONG *vol_left, ULONG *vol_right ) ;
|
||||
void BalanceWord( ULONG balance, ULONG volume, UWORD *vol_left, UWORD *vol_right ) ;
|
||||
|
||||
Reference in New Issue
Block a user