diff --git a/build/tests/WDSTest/src/main.c b/build/tests/WDSTest/src/main.c index 37840164..e896b5bb 100644 --- a/build/tests/WDSTest/src/main.c +++ b/build/tests/WDSTest/src/main.c @@ -1,5 +1,21 @@ +/*---------------------------------------------------------------------------* + Project: TwlIPL - tests - WDSTest + File: main.c + + 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:: $ + $Rev$ + $Author$ + *---------------------------------------------------------------------------*/ #include -#include "WDS.h" +#include // ヒープ初期化関数 static void InitializeAllocateSystem(void); diff --git a/build/tests/WDSWrapperTest/src/main.c b/build/tests/WDSWrapperTest/src/main.c index cda0d08c..a469ab42 100644 --- a/build/tests/WDSWrapperTest/src/main.c +++ b/build/tests/WDSWrapperTest/src/main.c @@ -1,4 +1,20 @@ -#include "WDSWrapper.h" +/*---------------------------------------------------------------------------* + Project: TwlIPL - tests - WDSWrapperTest + File: main.c + + 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:: $ + $Rev$ + $Author$ + *---------------------------------------------------------------------------*/ +#include // Vブランク関数 static void VBlankIntr(void)