/*
 * $Id: audio.h,v 1.1 2003/02/07 18:15:44 wheeler Exp $
 *
 * $Log: audio.h,v $
 * Revision 1.1  2003/02/07 18:15:44  wheeler
 * Fox's version of libultra and friends.
 *
 * Revision 1.7  1996/11/21  05:08:17  hayakawa
 * インクルードするべきファイルをインクルードしていなかった
 *
 * Revision 1.6  1996/10/29  12:35:17  hayakawa
 * NOUSE_AUDIO条件コンパイル
 * NEW_AUDIO削除
 *
 * Revision 1.5  1996/10/20  08:51:53  hayakawa
 * _LANGUAGE_C_PLUS_PLUS を __cplusplus に変更
 *
 */
#ifndef __AUDIO_H_
#define __AUDIO_H_

#if !NOUSE_AUDIO

#include "ultra64.h"

#ifdef __cplusplus
extern "C" {
#endif

#include "/project/YOSHI/SOUND/audio_game.h"

#ifdef __cplusplus
}
#endif

#endif /* !NOUSE_AUDIO */

#endif
