view src/sexypsf/spu/spu.h @ 2064:c8d55b929442

Just to hush down the warnings...
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Sun, 14 Oct 2007 12:16:51 +0300
parents 3da1b8942b8b
children
line wrap: on
line source

int SPUinit(void);
int SPUopen(void);
void SPUsetlength(s32 stop, s32 fade);
int SPUclose(void);
void SPUendflush(void);

// External, called by SPU code.
void SPUirq(void);