aboutsummaryrefslogtreecommitdiff
path: root/backend/Location.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Location.h')
-rw-r--r--backend/Location.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Location.h b/backend/Location.h
index 59a531f..fb0abfc 100644
--- a/backend/Location.h
+++ b/backend/Location.h
@@ -23,6 +23,7 @@ public:
void set_exit(Direction dir, Location * location = nullptr);
Location * get_exit(Direction dir);
void add_object(Object *);
+ void remove_object(Object *);
ListRange<Object *> get_objects();
void add_enemy(Enemy *);
ListRange<Enemy *> get_enemies();