From 74b662516dec82d17d897510e7ef3a322e7fdd26 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 28 Jul 2013 15:53:43 +0300 Subject: FULLPIPE: Implemented StaticANIObject::countMovements() --- engines/fullpipe/gfx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/fullpipe/gfx.h') 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 { -- cgit v1.2.3