nuausndplayerinit.c 866 Bytes
/*======================================================================*/
/*		NuSYS							*/
/*		nuausndplayerinit.c					*/
/*									*/
/*		Copyright (C) 1997, NINTENDO Co,Ltd.			*/
/*									*/
/*======================================================================*/
/* $Id: nuausndplayerinit.c,v 1.1.1.1 2002/10/30 02:07:09 blythe Exp $	*/
/*======================================================================*/

#include <nusys.h>
#include <nualsgi.h>

/*----------------------------------------------------------------------*/
/*	nuAuSndPlayerInit -サウンドプレイヤーの初期化			*/
/*	IN:	sndconfig サウンドプレイヤー設定構造体			*/
/*	RET:	無し							*/
/*----------------------------------------------------------------------*/
void nuAuSndPlayerInit(ALSndpConfig* sndconfig)
{
  sndconfig->heap = &nuAuHeap;
  alSndpNew(&nuAuSndPlayer, sndconfig);
}