blob: e85352e339276973bcffd97dcaf01d4539434a47 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef INIT_SONY_H
#define INIT_SONY_H
UInt16 SilkInit(UInt32 *retVersion);
void SilkRelease(UInt16 slkRefNum);
UInt16 SonyHRInit(UInt32 depth);
void SonyHRRelease(UInt16 HRrefNum);
#endif
|