diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-05 08:17:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-05 08:17:00 +0100 |
commit | 2679d49a53a3f9825ce855f6ed25b3b045ec5aa1 (patch) | |
tree | 9767e933c25aa6a9a0b5b692890d655ea5029e24 /floormat | |
parent | 38b4c1864fddb4ed552f2f4217395bd02e21c5fe (diff) |
editor, main: use less sdl includes
Diffstat (limited to 'floormat')
-rw-r--r-- | floormat/main.hpp | 1 |
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); |