Change includes, fix BASS slowdowns

svn-id: r10295
This commit is contained in:
Nicolas Bacca 2003-09-18 16:11:56 +00:00
parent 9470c9f661
commit c4f053904a

View File

@ -43,7 +43,7 @@
#include "screen.h"
#include "gui/newgui.h"
#include "sound/mididrv.h"
#include "gameDetector.h"
#include "base/engine.h"
//#include "simon/simon.h"
#include "gapi_keys.h"
#include "config-file.h"
@ -72,7 +72,7 @@ class OSystem_WINCE3;
#include "pocketpc.h"
#include "smartphone.h"
#define MAX_NUMBER_OF_DIRTY_SQUARES 32
#define MAX_NUMBER_OF_DIRTY_SQUARES 10
class OSystem_WINCE3 : public OSystem {
public:
@ -252,4 +252,4 @@ public:
void hotswap_gfx_mode();
void get_320x200_image(byte *buf);
};
};