File:  [RetroPC.NET] / xmil / sound / sndctrl.h
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 1 14:31:31 2004 JST (21 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize


#include	"opmgen.h"
#include	"psggen.h"

#ifdef __cplusplus
extern "C" {
#endif

extern	UINT		pcmbufsize[];
extern	UINT		framesoundcnt;
extern	BRESULT		romeo_exist;
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


RetroPC.NET-CVS <cvs@retropc.net>