1 /*---------------------------------------------------------------------------* 2 Project: TwlSDK - demos - FS - overlay 3 File: func.h 4 5 Copyright 2007 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:: 2007-11-07#$ 14 $Rev: 2172 $ 15 $Author: yosizaki $ 16 *---------------------------------------------------------------------------*/ 17 #ifndef TWLSDK_DEMO_FS_OVERLAY_FUNC_H 18 #define TWLSDK_DEMO_FS_OVERLAY_FUNC_H 19 20 #include <nitro.h> 21 22 void func_1(void); 23 void func_2(void); 24 void func_3(void); 25 26 #endif // TWLSDK_DEMO_FS_OVERLAY_FUNC_H 27