/*============================================================================
  wsSound.h ver.1.00 「ワンダースワンサウンド操作」ヘッダファイル
------------------------------------------------------------------------------
												Programmed by Keiichi.Tago.
============================================================================*/

/* -------------------- 2 重定義防止 */
#if !defined WSSOUND
#define WSSOUND 1

/* -------------------- ヘッダファイル登録 */
#include <sys/fcntl.h>
#include <sys/disp.h>
#include <sys/bios.h>
#include <sys/libwwc.h>
#include <stdio.h>
#include <stdlib.h>
#include <il_sound.h>
#include "Define.h"
#include "System.h"

/* -------------------- 関数デフォルト定義 */
void wsSndInit( void );
void wsSndSetSeFile( char far *lpPath );
void wsSndSetMusicFile( char far *lpPath );
void wsSndPlaySe( int nSeNumber );
void wsSndPlayMusic( void );
void wsSndRelease( void );

/* -------------------- 2 重定義防止 */
#endif
