aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.h
diff options
context:
space:
mode:
authorStrangerke2014-02-16 18:21:37 +0100
committerStrangerke2014-02-16 18:21:37 +0100
commit7c53ba31a4e0ba7d878a1854016ed72eff91fda5 (patch)
treee89574d30f823e9541bc74d9ce8451b6f4bb4e8e /engines/avalanche/graphics.h
parentfc80f5a34688fa460cd221c8fb3c14f33a3d8d2f (diff)
downloadscummvm-rg350-7c53ba31a4e0ba7d878a1854016ed72eff91fda5.tar.gz
scummvm-rg350-7c53ba31a4e0ba7d878a1854016ed72eff91fda5.tar.bz2
scummvm-rg350-7c53ba31a4e0ba7d878a1854016ed72eff91fda5.zip
AVALANCHE: Janitorial - Remove trailing spaces
Diffstat (limited to 'engines/avalanche/graphics.h')
-rw-r--r--engines/avalanche/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index 73e2899226..e5538bca7a 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -162,7 +162,7 @@ private:
Graphics::Surface _surface;
// For the mini-game "Nim".
- Graphics::Surface _nimStone;
+ Graphics::Surface _nimStone;
Graphics::Surface _nimInitials[3];
Graphics::Surface _nimLogo;
@@ -178,7 +178,7 @@ private:
// Further information about these two: http://www.shikadi.net/moddingwiki/Raw_EGA_data
Graphics::Surface loadPictureGraphic(Common::File &file); // Reads Graphic-planar EGA data.
Graphics::Surface loadPictureSign(Common::File &file, int xl, int yl); // Reads a tricky type of picture used for the "game over"/"about" scrolls and in the mini-game Nim.
-
+
void drawText(Graphics::Surface &surface, const Common::String text, FontType font, byte fontHeight, int16 x, int16 y, Color color);
void drawPicture(Graphics::Surface &target, const Graphics::Surface picture, uint16 destX, uint16 destY);