diff --git a/src/video/ngage/SDL_ngagevideo.h b/src/video/ngage/SDL_ngagevideo.h index af8e8d857..e74038bb2 100644 --- a/src/video/ngage/SDL_ngagevideo.h +++ b/src/video/ngage/SDL_ngagevideo.h @@ -30,16 +30,7 @@ #include #include #include - -class CFbsDrawDevice : public CBase -{ -public: -public: - IMPORT_C static CFbsDrawDevice* NewScreenDeviceL(TScreenInfoV01 aInfo,TDisplayMode aDispMode); -public: - virtual void Update() {} - virtual void UpdateRegion(const TRect&) {} -}; +#include "bitdraw.h" // CFbsDrawDevice #define _THIS SDL_VideoDevice *_this