aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/goblin.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/goblin.h')
-rw-r--r--engines/gob/goblin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/goblin.h b/engines/gob/goblin.h
index 7a698ced20..f8bddff332 100644
--- a/engines/gob/goblin.h
+++ b/engines/gob/goblin.h
@@ -302,6 +302,9 @@ protected:
class Goblin_v3 : public Goblin_v2 {
public:
+ virtual void placeObject(Gob_Object * objDesc, char animated,
+ int16 index, int16 x, int16 y, int16 state);
+
Goblin_v3(GobEngine *vm);
virtual ~Goblin_v3() {};