nuaustlsndplayerinit.c
1.02 KB
/*======================================================================*/
/* NuSYS */
/* nuaustlsndplayerinit.c */
/* */
/* Copyright (C) 1998, NINTENDO Co,Ltd. */
/* */
/*----------------------------------------------------------------------*/
/* Ver 1.3 98/10/19 Created by Kensaku Ohki(SLANP) */
/*======================================================================*/
/* $Id: nuaustlsndplayerinit.c,v 1.1.1.1 2002/10/30 02:07:09 blythe Exp $ */
/*======================================================================*/
#include <nusys.h>
#include <nualstl.h>
void* nuAuEffect_ptr = NULL;
/*----------------------------------------------------------------------*/
/* nuAuStlSndPlayerInit -サウンドプレイヤーの初期化 */
/* */
/* IN: size サウンドエフェクトバンク(.bfx)格納用の */
/* バッファサイズ */
/* RET: 無し */
/*----------------------------------------------------------------------*/
void nuAuStlSndPlayerInit(u32 size)
{
nuAuEffect_ptr = nuAuStlHeapAlloc(size);
}