diff options
| author | Nicolas Bacca | 2002-05-15 19:34:49 +0000 | 
|---|---|---|
| committer | Nicolas Bacca | 2002-05-15 19:34:49 +0000 | 
| commit | 4f24f91f8c47d2f91233cc41057c808aa3f0df9f (patch) | |
| tree | 51dad75c2732e50350ecb70eb3424bfb11e272d6 | |
| parent | b3684d05ae886c445ab8aad26c1695164ed72bc8 (diff) | |
| download | scummvm-rg350-4f24f91f8c47d2f91233cc41057c808aa3f0df9f.tar.gz scummvm-rg350-4f24f91f8c47d2f91233cc41057c808aa3f0df9f.tar.bz2 scummvm-rg350-4f24f91f8c47d2f91233cc41057c808aa3f0df9f.zip | |
Added config-file include, removed from scumm.h
svn-id: r4340
| -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 ")" | 
