| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to sndctrl.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / sound | 
fix...
#include	"opmgen.h"
#include	"psggen.h"
#ifdef __cplusplus
extern "C" {
#endif
extern	UINT		pcmbufsize[];
extern	UINT		framesoundcnt;
extern	OPMCH		opmch[OPMCH_MAX];
extern	_OPMGEN		opmgen;
extern	_PSGGEN		psggen;
void sndctrl_initialize(void);
void sndctrl_deinitialize(void);
void sndctrl_reset(void);
#ifdef __cplusplus
}
#endif