1 /*---------------------------------------------------------------------------* 2 Project: TwlSDK - include - MATH 3 File: math.h 4 5 Copyright 2003-2008 Nintendo. 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 $Date:: 2008-09-18#$ 14 $Rev: 8573 $ 15 $Author: okubata_ryoma $ 16 *---------------------------------------------------------------------------*/ 17 18 #ifndef NITRO_MATH_H_ 19 #define NITRO_MATH_H_ 20 21 #include <nitro/math/math.h> 22 #include <nitro/math/rand.h> 23 #include <nitro/math/qsort.h> 24 #include <nitro/math/fft.h> 25 26 #include <nitro/math/checksum.h> 27 #include <nitro/math/crc.h> 28 #include <nitro/math/dgt.h> 29 30 31 #ifdef __cplusplus 32 extern "C" { 33 #endif 34 35 36 #ifdef __cplusplus 37 } /* extern "C" */ 38 #endif 39 40 /* NITRO_MATH_H_ */ 41 #endif 42