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

@ -43,6 +43,9 @@ class SoundScanner(Scanner):
'GetSoundPreference',
'SetSoundPreference',
'GetCompressionInfo',
# And 3.1 calls, ditto...
'SndGetInfo',
'SndSetInfo',
]
@ -89,8 +92,11 @@ class SoundScanner(Scanner):
[("InOutBuffer", "buffer", "InOutMode")]),
# Ditto
([("void_ptr", "inState", "InMode"), ("void", "outState", "OutMode")],
[("InOutBuf128", "state", "InOutMode")]),
## ([("void_ptr", "inState", "InMode"), ("void", "outState", "OutMode")],
## [("InOutBuf128", "state", "InOutMode")]),
([("StateBlockPtr", "inState", "InMode"), ("StateBlockPtr", "outState", "InMode")],
[("StateBlock", "state", "InOutMode")]),
]
if __name__ == "__main__":