aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-28 15:53:43 +0300
committerEugene Sandulenko2013-09-06 14:51:07 +0300
commit74b662516dec82d17d897510e7ef3a322e7fdd26 (patch)
tree3945c5c457b1251493efaacbd6ae868301d5360a /engines/fullpipe/gfx.h
parent4d215a849ddc7289615e9ba0a6916974c4d64b2a (diff)
downloadscummvm-rg350-74b662516dec82d17d897510e7ef3a322e7fdd26.tar.gz
scummvm-rg350-74b662516dec82d17d897510e7ef3a322e7fdd26.tar.bz2
scummvm-rg350-74b662516dec82d17d897510e7ef3a322e7fdd26.zip
FULLPIPE: Implemented StaticANIObject::countMovements()
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 bfe21aaed1..27be7c474f 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -128,6 +128,7 @@ class GameObject : public CObject {
void renumPictures(CPtrList *lst);
void setFlags(int16 flags) { _flags = flags; }
void clearFlags() { _flags = 0; }
+ const char *getName() { return _objectName; }
};
class PictureObject : public GameObject {