diff options
Diffstat (limited to 'floormat/main.hpp')
| -rw-r--r-- | floormat/main.hpp | 2 |
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; |
