aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index a9741d77d7..85c81c34ca 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -64,6 +64,7 @@ public:
void add(Object &obj);
void remove(Object &obj);
+ void clear();
Object *get(int index) const;
Object *get(ObjectID id) const;
int getSize() const { return _numObjects; }