aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-06-17 15:05:10 +0300
committerEugene Sandulenko2014-06-17 15:05:10 +0300
commite6af6328c7dab0d84ea5fe9f7317399f47a4381e (patch)
tree63e373f3bd85d9839dbefcdb3ac9fc267e6d2dde /engines/fullpipe/gfx.h
parentf404c842a11c17802209cde5773c66020f97838b (diff)
downloadscummvm-rg350-e6af6328c7dab0d84ea5fe9f7317399f47a4381e.tar.gz
scummvm-rg350-e6af6328c7dab0d84ea5fe9f7317399f47a4381e.tar.bz2
scummvm-rg350-e6af6328c7dab0d84ea5fe9f7317399f47a4381e.zip
FULLPIPE: Implement horizontal flipping
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 0ad81af646..3606a1aa00 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -39,6 +39,7 @@ struct Bitmap {
int _dataSize;
int _flags;
Graphics::TransparentSurface *_surface;
+ int _flipping;
Bitmap();
Bitmap(Bitmap *src);