summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-15 18:31:47 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-15 18:31:47 +0100
commit05f6826cca6f644444ddb6aaede4955500d48f3b (patch)
tree4f6cceeb705dd7bf616a8317601fddb7cd496632 /editor/app.hpp
parent73abf154e82546256f4a860c666f1f652767bda9 (diff)
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index abfe2418..4cb7305c 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -75,6 +75,8 @@ private:
void maybe_initialize_chunk(const chunk_coords& pos, chunk& c) override;
void maybe_initialize_chunk_(const chunk_coords& pos, chunk& c);
void update_character(float dt);
+ void reset_world();
+ void reset_world(struct world&& w);
void draw() override;