summaryrefslogtreecommitdiffhomepage
path: root/src/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.hpp')
-rw-r--r--src/world.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/world.hpp b/src/world.hpp
index 2a3a26f1..fe434e17 100644
--- a/src/world.hpp
+++ b/src/world.hpp
@@ -103,8 +103,11 @@ public:
shared_ptr_wrapper<critter> ensure_player_character(object_id& id);
static critter_proto make_player_proto();
+ struct script_status { bool initialized, finalized; };
void init_scripts();
void finish_scripts();
+ struct script_status script_status() const;
+
bool is_teardown() const;
object_id object_counter() const { return _object_counter; }
[[nodiscard]] object_id make_id() { return ++_object_counter; }