From 73abf154e82546256f4a860c666f1f652767bda9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 15 Mar 2023 15:55:50 +0100 Subject: aa --- floormat/main.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'floormat') 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; -- cgit v1.2.3