aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorSven Hesse2014-05-28 23:30:29 +0200
committerSven Hesse2014-05-28 23:30:29 +0200
commitfc250701c59f8fa1b606dc410046eb2758657e63 (patch)
tree3d0db6ba34c5cae674b23224b6c47f0ba8bafb83 /engines/voyeur/files.h
parent2168d43d5d8c66cc4316e2bd0450ef108b27fda5 (diff)
downloadscummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.tar.gz
scummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.tar.bz2
scummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.zip
VOYEUR: Janitorial - Remove trailing whitespace
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 49c0b2c8a4..eef5df497c 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -114,7 +114,7 @@ public:
void resolveIt(uint32 id, byte **p);
void resolveFunction(uint32 id, GraphicMethodPtr *fn);
- BoltEntry &boltEntry(uint16 id);
+ BoltEntry &boltEntry(uint16 id);
BoltEntry &getBoltEntryFromLong(uint32 id);
PictureResource *getPictureResource(uint32 id);
CMapResource *getCMapResource(uint32 id);
@@ -160,7 +160,7 @@ public:
int _fileOffset;
Common::Array<BoltEntry> _entries;
public:
- BoltGroup(Common::SeekableReadStream *f);
+ BoltGroup(Common::SeekableReadStream *f);
virtual ~BoltGroup();
void load(uint16 groupId);
@@ -234,15 +234,15 @@ public:
/* bvoy.blt resource types */
enum PictureFlag {
- PICFLAG_2 = 2, PICFLAG_PIC_OFFSET = 8, PICFLAG_CLEAR_SCREEN = 0x10,
+ PICFLAG_2 = 2, PICFLAG_PIC_OFFSET = 8, PICFLAG_CLEAR_SCREEN = 0x10,
PICFLAG_20 = 0x20, PICFLAG_HFLIP = 0x40, PICFLAG_VFLIP = 0x80, PICFLAG_100 = 0x100,
- PICFLAG_CLEAR_SCREEN00 = 0x1000
+ PICFLAG_CLEAR_SCREEN00 = 0x1000
};
enum DisplayFlag {
- DISPFLAG_1 = 1, DISPFLAG_2 = 2, DISPFLAG_4 = 4, DISPFLAG_8 = 8,
+ DISPFLAG_1 = 1, DISPFLAG_2 = 2, DISPFLAG_4 = 4, DISPFLAG_8 = 8,
DISPFLAG_10 = 0x10, DISPFLAG_20 = 0x20, DISPFLAG_40 = 0x40, DISPFLAG_80 = 0x80,
- DISPFLAG_100 = 0x100, DISPFLAG_200 = 0x200, DISPFLAG_400 = 0x400,
+ DISPFLAG_100 = 0x100, DISPFLAG_200 = 0x200, DISPFLAG_400 = 0x400,
DISPFLAG_800 = 0x800, DISPFLAG_1000 = 0x1000, DISPFLAG_2000 = 0x2000,
DISPFLAG_4000 = 0x4000, DISPFLAG_VIEWPORT = 0x8000, DISPFLAG_CURSOR = 0x10000,
DISPFLAG_NONE = 0};
@@ -256,7 +256,7 @@ public:
DisplayResource();
DisplayResource(VoyeurEngine *vm);
- /**
+ /**
* Fill a box of the given size at the current _drawPtr location
*/
void sFillBox(int width, int height);
@@ -308,7 +308,7 @@ public:
DisposeAfterUse::Flag _freeImgData;
public:
PictureResource(BoltFilesState &state, const byte *src);
- PictureResource(int flags, int select, int pick, int onOff,
+ PictureResource(int flags, int select, int pick, int onOff,
const Common::Rect &bounds, int maskData, byte *imgData, int planeSize);
PictureResource(Graphics::Surface *surface);
PictureResource();
@@ -334,7 +334,7 @@ public:
PictureResource *_pages[2];
// Rect lists and counts. Note that _rectListCount values of '-1' seem to have
- // special significance, which is why I'm not making them redundant in favor
+ // special significance, which is why I'm not making them redundant in favor
// of the arrays' .size() method
Common::Array<Common::Rect> *_rectListPtr[3];
int _rectListCount[3];
@@ -413,9 +413,9 @@ public:
public:
FontInfoResource(BoltFilesState &state, const byte *src);
FontInfoResource();
- FontInfoResource(byte picFlags, byte picSelect, byte picPick, byte picOnOff, byte fontFlags,
- FontJustify justify, int fontSaveBack, const Common::Point &pos, int justifyWidth,
- int justifyHeight, const Common::Point &shadow, int foreColor, int backColor,
+ FontInfoResource(byte picFlags, byte picSelect, byte picPick, byte picOnOff, byte fontFlags,
+ FontJustify justify, int fontSaveBack, const Common::Point &pos, int justifyWidth,
+ int justifyHeight, const Common::Point &shadow, int foreColor, int backColor,
int shadowColor);
};