view Plugins/Input/sexypsf/spu/spu.h @ 853:74576869a506 trunk

[svn] shortened the compare-dups-by-path function
author giacomo
date Sat, 18 Mar 2006 14:48:04 -0800
parents 42cdc99e395a
children 61e7332e0652
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);