summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-15 15:55:50 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-15 16:22:16 +0100
commit73abf154e82546256f4a860c666f1f652767bda9 (patch)
tree8dda30884e3c8da99f1ea7ebc9232890eeab8bcc /floormat
parent23eae734c5e8a49c02e48fe0b401d610abfee9c8 (diff)
aa
Diffstat (limited to 'floormat')
-rw-r--r--floormat/main.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp
index 9cc8f9a6..92882bae 100644
--- a/floormat/main.hpp
+++ b/floormat/main.hpp
@@ -65,6 +65,8 @@ struct floormat_main
virtual struct meshes meshes() noexcept = 0;
virtual struct world& world() noexcept = 0;
+ virtual struct world& reset_world() noexcept = 0;
+ virtual struct world& reset_world(struct world) noexcept = 0;
virtual SDL_Window* window() noexcept = 0;
Vector2 dpi_scale() const noexcept { return _dpi_scale; }
static int get_mods() noexcept;