From ca1a1ab141f745660ebceae9d70b827314ea29b8 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 20 Dec 2005 22:57:04 +0000 Subject: H300: Colors for solitaire by Ben Basha git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8267 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/solitaire.c | 727 +++++++++++++++++++++++++++++++---------------- docs/CREDITS | 1 + 2 files changed, 482 insertions(+), 246 deletions(-) diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index ea56e2a693..306c0dcc8d 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -16,9 +16,10 @@ * KIND, either express or implied. * ****************************************************************************/ - + /***************************************************************************** Solitaire by dionoea +Graphics & Fix Bugs by Ben Basha use arrows to move the cursor use ON to select cards, move cards, reveal hidden cards, ... @@ -31,9 +32,11 @@ use F3 to put card on top of the remains' stack on one of the 4 final stacks *****************************************************************************/ #include "plugin.h" +#include "configfile.h" #include "button.h" #include "lcd.h" + #ifdef HAVE_LCD_BITMAP /* here is a global api struct pointer. while not strictly necessary, @@ -43,6 +46,7 @@ static struct plugin_api* rb; #define min(a,b) (a