diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-03 00:46:02 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-03 00:46:02 +0200 |
commit | 181941780ae82c394754be42d28b92e57301fa77 (patch) | |
tree | 45051089b8c174f7b8e9cc533fe05a1bc8f7b5c1 /src/world.hpp | |
parent | a108e12c505ab6d6a5577b6fb39166e049271221 (diff) |
a
Diffstat (limited to 'src/world.hpp')
-rw-r--r-- | src/world.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/world.hpp b/src/world.hpp index 91df9f8d..2a3a26f1 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -105,8 +105,6 @@ public: void init_scripts(); void finish_scripts(); - void ensure_scripts_created(); // todo! - void ensure_scripts_town_down(); // todo! bool is_teardown() const; object_id object_counter() const { return _object_counter; } [[nodiscard]] object_id make_id() { return ++_object_counter; } |