Ported to Universal Header 2.0.1f (i.e. CW6)

This commit is contained in:
Jack Jansen 1995-06-09 20:56:31 +00:00
parent a0e76bebd3
commit 7d0bc8343f
32 changed files with 519 additions and 490 deletions

View file

@ -1,4 +1,4 @@
# Generated from 'Moes:CW5 GOLD \304:Metrowerks C/C++ \304:Headers \304:Universal Headers 2.0a3 \304:Sound.h'
# Generated from 'Moes:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Sound.h'
f = SndFunction(void, 'SetSoundVol',
(short, 'level', InMode),
@ -100,7 +100,7 @@ functions.append(f)
f = SndFunction(void, 'Comp3to1',
(InOutBuffer, 'buffer', InOutMode),
(InOutBuf128, 'state', InOutMode),
(StateBlock, 'state', InOutMode),
(unsigned_long, 'numChannels', InMode),
(unsigned_long, 'whichChannel', InMode),
)
@ -108,7 +108,7 @@ functions.append(f)
f = SndFunction(void, 'Exp1to3',
(InOutBuffer, 'buffer', InOutMode),
(InOutBuf128, 'state', InOutMode),
(StateBlock, 'state', InOutMode),
(unsigned_long, 'numChannels', InMode),
(unsigned_long, 'whichChannel', InMode),
)
@ -116,7 +116,7 @@ functions.append(f)
f = SndFunction(void, 'Comp6to1',
(InOutBuffer, 'buffer', InOutMode),
(InOutBuf128, 'state', InOutMode),
(StateBlock, 'state', InOutMode),
(unsigned_long, 'numChannels', InMode),
(unsigned_long, 'whichChannel', InMode),
)
@ -124,7 +124,7 @@ functions.append(f)
f = SndFunction(void, 'Exp1to6',
(InOutBuffer, 'buffer', InOutMode),
(InOutBuf128, 'state', InOutMode),
(StateBlock, 'state', InOutMode),
(unsigned_long, 'numChannels', InMode),
(unsigned_long, 'whichChannel', InMode),
)