From 5d22e3cbdd251819a4d2d07b9a12994d5aef778d Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 29 Aug 2008 21:08:38 +0000 Subject: Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps_parser.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'apps/gui/wps_parser.c') diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c index 714c419af1..b2baddd747 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -28,14 +28,25 @@ #include "plugin.h" #ifdef __PCTOOL__ +#ifdef WPSEDITOR +#include "proxy.h" +#include "settings.h" +#include "sysfont.h" +#include "gwps.h" +#include "font.h" +#include "bmp.h" +#include "backdrop.h" +#include "ctype.h" +#else +#include "checkwps.h" +#define SYSFONT_HEIGHT 8 #define DEBUGF printf +#endif /*WPSEDITOR*/ #define FONT_SYSFIXED 0 #define FONT_UI 1 -#define SYSFONT_HEIGHT 8 -#include "checkwps.h" #else #include "debug.h" -#endif +#endif /*__PCTOOL__*/ #ifndef __PCTOOL__ #include -- cgit v1.2.3