aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-28 10:50:03 +0300
committerEugene Sandulenko2013-09-06 14:51:21 +0300
commit7154d1f2cd91e8d1b160bb89ce416edf38679afd (patch)
tree69099606950c232c82616c83cc30df2f5767a787 /engines/fullpipe/gfx.h
parent0daaadc604b5ec8ce3be491736b01156c19afca9 (diff)
downloadscummvm-rg350-7154d1f2cd91e8d1b160bb89ce416edf38679afd.tar.gz
scummvm-rg350-7154d1f2cd91e8d1b160bb89ce416edf38679afd.tar.bz2
scummvm-rg350-7154d1f2cd91e8d1b160bb89ce416edf38679afd.zip
FULLPIPE: More *AtPos functions
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index feb560c06f..640b888636 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -106,6 +106,8 @@ class Picture : public MemoryObject {
Common::Point *getDimensions(Common::Point *p);
bool isPointInside(int x, int y);
bool isPixelHitAtPos(int x, int y);
+ int getPixelAtPos(int x, int y);
+ int getPixelAtPosEx(int x, int y);
byte *getPaletteData() { return _paletteData; }
void setPaletteData(byte *pal);