aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 034caa56b1..aa11165b33 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -538,6 +538,9 @@ public:
int16 getF() { return _frame; }
void setF(int16 value);
+
+ void getFoot(Common::Point &foot);
+ void setFoot(const Common::Point &foot);
};
class Table {