summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
Diffstat (limited to 'floormat')
-rw-r--r--floormat/main.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp
index 6c933037..7803cd3c 100644
--- a/floormat/main.hpp
+++ b/floormat/main.hpp
@@ -61,6 +61,7 @@ struct floormat_main
virtual struct world& world() noexcept = 0;
virtual SDL_Window* window() noexcept = 0;
Vector2 dpi_scale() const noexcept { return _dpi_scale; }
+ static int get_mods() noexcept;
[[nodiscard]] static floormat_main* create(floormat_app& app, fm_settings&& options);