view src/sap/saplib/sapLib.h @ 156:f52e866d7d8e trunk

[svn] - use user-friendly names in most places
author nenolod
date Tue, 31 Oct 2006 12:35:04 -0800
parents c0b31cf2c7cd
children
line wrap: on
line source

#ifdef __cplusplus
extern "C" {
#endif

typedef struct {
	int		numOfSongs;
	int		defSong; 
	char	*commentBuffer;
	int		currentTimeIn50Sec;
} sapMUSICstrc;

sapMUSICstrc *sapLoadMusicFile( char *fname );
void sapPlaySong( int numOfSong );
void sapRenderBuffer( short int *buffer, int number_of_samples );

#ifdef __cplusplus
}
#endif