1 /*---------------------------------------------------------------------------* 2 3 Copyright (C) Nintendo. All rights reserved. 4 5 These coded instructions, statements, and computer programs contain 6 proprietary information of Nintendo of America Inc. and/or Nintendo 7 Company Ltd., and are protected by Federal copyright law. They may 8 not be disclosed to third parties or copied or duplicated in any form, 9 in whole or in part, without the prior written consent of Nintendo. 10 11 *---------------------------------------------------------------------------*/ 12 13 #include "demowin_button.h" 14 #include "demowin_held_button.h" 15 16 #include "demowin_scroll_bar.h" 17 #include "demowin_slider_bar.h" 18 #include "demowin_slider_bar_float.h" 19 20 #include "demowin_combo_box.h" 21 #include "demowin_double_combo_box.h" 22 23 #include "demowin_text.h" 24 #include "demowin_text_center.h" 25 #include "demowin_text_right.h" 26 #include "demowin_text_multi.h" 27