diff options
-rw-r--r-- | wince/findgame.cpp | 1 | ||||
-rw-r--r-- | wince/pocketpc.cpp | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/wince/findgame.cpp b/wince/findgame.cpp index 2a5c38188d..a756aa64a6 100644 --- a/wince/findgame.cpp +++ b/wince/findgame.cpp @@ -8,6 +8,7 @@ #include <Winnls.h> #include "resource.h" #include "scumm.h" +#include "config-file.h" extern Config *scummcfg; diff --git a/wince/pocketpc.cpp b/wince/pocketpc.cpp index 2cdb0b775b..6edbd69574 100644 --- a/wince/pocketpc.cpp +++ b/wince/pocketpc.cpp @@ -8,6 +8,7 @@ #include "gameDetector.h" #include "simon/simon.h" #include "gapi_keys.h" +#include "config-file.h" #include "commctrl.h" @@ -27,7 +28,7 @@ #define MAX(a,b) (((a)<(b)) ? (b) : (a)) #define MIN(a,b) (((a)>(b)) ? (b) : (a)) -#define POCKETSCUMM_BUILD "051302" +#define POCKETSCUMM_BUILD "051502" #define VERSION "Build " POCKETSCUMM_BUILD " (VM " SCUMMVM_CVS ")" |