diff options
Diffstat (limited to 'engines/mads/hotspots.h')
-rw-r--r-- | engines/mads/hotspots.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/hotspots.h b/engines/mads/hotspots.h index a53b86d880..ec9f12dc77 100644 --- a/engines/mads/hotspots.h +++ b/engines/mads/hotspots.h @@ -57,6 +57,7 @@ public: public: DynamicHotspots(MADSEngine *vm); + int size() const { return _entries.size(); } DynamicHotspot &operator[](uint idx) { return _entries[idx]; } int add(int descId, int vocabId, int seqIndex, const Common::Rect &bounds); int setPosition(int index, int xp, int yp, int facing); |