/*****************************************************************************/ /* Klavaro - a flexible touch typing tutor */ /* Copyright (C) 2005, 2006, 2007, 2008 Felipe Castro */ /* Copyright (C) 2009, 2010, 2011 Free Software Foundation */ /* */ /* This program is free software, licensed under the terms of the GNU */ /* General Public License as published by the Free Software Foundation, */ /* either version 3 of the License, or (at your option) any later version. */ /* You should have received a copy of the GNU General Public License */ /* along with this program. If not, see . */ /*****************************************************************************/ #define LINES 4 #define WORDS 22 #define MAX_WORD_LEN 9 void adapt_draw_random_pattern (void); void adapt_create_word (gunichar *); void adapt_create_number (gunichar *); void adapt_comment (gdouble accuracy);