aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/graphics.h
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-06-22 01:20:56 +0200
committerThierry Crozat2018-01-22 23:34:49 +0000
commita3b6352050df7f04f8700d6696965b6855eee4c8 (patch)
treea91ab25465c02965c8580514d9cad06a279df1b5 /engines/supernova/graphics.h
parent38e9e2d3e7c686559e6b6d856449627a9386deeb (diff)
downloadscummvm-rg350-a3b6352050df7f04f8700d6696965b6855eee4c8.tar.gz
scummvm-rg350-a3b6352050df7f04f8700d6696965b6855eee4c8.tar.bz2
scummvm-rg350-a3b6352050df7f04f8700d6696965b6855eee4c8.zip
SUPERNOVA: Formatting
Diffstat (limited to 'engines/supernova/graphics.h')
-rw-r--r--engines/supernova/graphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/supernova/graphics.h b/engines/supernova/graphics.h
index 72218ed367..119051090e 100644
--- a/engines/supernova/graphics.h
+++ b/engines/supernova/graphics.h
@@ -45,16 +45,16 @@ public:
virtual bool loadStream(Common::SeekableReadStream &stream);
virtual const Graphics::Surface *getSurface() const { return _surface; }
virtual const byte *getPalette() const { return _palette; }
-
+
bool loadSection(int _section);
static const int kMaxSections = 50;
static const int kMaxClickFields = 80;
-
+
Graphics::Surface *_surface;
byte *_palette;
byte *_encodedImage;
-
+
struct Section {
int16 x1;
int16 x2;