view src/psf2/eng_protos.h @ 3158:8b97f9560dc3

More clean-up of roll-up code (should fix bug #37; if not, it's a WM problem).
author John Lindgren <john.lindgren@tds.net>
date Fri, 01 May 2009 16:59:54 -0400
parents 3134a0987162
children
line wrap: on
line source

//
// Audio Overload
// Emulated music player
//
// (C) 2000-2007 Richard F. Bannister
//

#include <audlegacy/plugin.h>

//
// eng_protos.h
//

int32 psf2_start(uint8 *, uint32 length);
int32 psf2_execute(InputPlayback *playback);
int32 psf2_stop(void);
int32 psf2_command(int32, int32);
int32 psf2_fill_info(Tuple *);
int   psf2_seek(uint32);