1 /*---------------------------------------------------------------------------* 2 Project: NintendoWare 3 File: precompiled.h 4 5 Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc. All rights reserved. 6 7 These coded instructions, statements, and computer programs contain 8 proprietary information of Nintendo of America Inc. and/or Nintendo 9 Company Ltd., and are protected by Federal copyright law. They may 10 not be disclosed to third parties or copied or duplicated in any form, 11 in whole or in part, without the prior written consent of Nintendo. 12 13 $Revision:$ 14 *---------------------------------------------------------------------------*/ 15 16 #ifndef NW_SND_PRECOMPILED_H_ 17 #define NW_SND_PRECOMPILED_H_ 18 19 #include <nn/types.h> 20 #include <nn/os.h> 21 #include <nn/gx.h> 22 #include <nn/math.h> 23 24 #ifdef NW_PLATFORM_CTRWIN 25 #include <nn/ax.h> 26 #include <nn/ai.h> 27 #else 28 #include <nn/snd.h> 29 #endif 30 31 #include <nw/os.h> 32 #include <nw/ut.h> 33 #include <nw/snd.h> 34 #include <nw/demo.h> 35 36 #endif // NW_SND_PRECOMPILED_H_ 37 38