/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ * $Id: games_menu.h,v 1.1 2002/06/24 08:51:28 adiamas Exp $ * * Copyright (C) 2002 Matthew Pritchard * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ****************************************************************************/ #ifndef _WPS_FORMAT_MENU_H #define _WPS_FORMAT_MENU_H void set_line1(void); void set_line2(void); void set_line3(void); void set_line4(void); void set_line5(void); void set_line6(void); void set_line7(void); void wps_format_menu(void); #endif