/*---------------------------------------------------------------------------* Project: TwlSDK - SPI - demos - spiMonkey3 File: snd_data.h Copyright 2007 Nintendo. All rights reserved. These coded instructions, statements, and computer programs contain proprietary information of Nintendo of America Inc. and/or Nintendo Company Ltd., and are protected by Federal copyright law. They may not be disclosed to third parties or copied or duplicated in any form, in whole or in part, without the prior written consent of Nintendo. $Date:: 2007-12-05#$ $Rev: 2863 $ $Author: terui $ *---------------------------------------------------------------------------*/ #ifndef TWL_DEMOS_SPI_SPIMONKEY3_SND_DATA_H_ #define TWL_DEMOS_SPI_SPIMONKEY3_SND_DATA_H_ #ifdef __cplusplus extern "C" { #endif /*---------------------------------------------------------------------------*/ #include extern const u8 sound_seq_data[]; extern const u8 sound_bank_data[]; extern const u8 sound_wave_data[]; /*---------------------------------------------------------------------------*/ #ifdef __cplusplus } /* extern "C" */ #endif #endif /* TWL_DEMOS_SPI_SPIMONKEY3_SND_DATA_H_ */