diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h index 817249c60..c1d5aa501 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -256,6 +256,9 @@ class Graphics : public gcn::SDLGraphics { return mClipStack.top(); } protected: + int SDL_FakeUpperBlit (SDL_Surface *src, SDL_Rect *srcrect, + SDL_Surface *dst, SDL_Rect *dstrect); + int mWidth; int mHeight; int mBpp; |