diff options
Diffstat (limited to 'floormat/main.hpp')
-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 08d94404..9cc8f9a6 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -70,6 +70,7 @@ struct floormat_main static int get_mods() noexcept; [[nodiscard]] static floormat_main* create(floormat_app& app, fm_settings&& options); + [[maybe_unused]] static void debug_break(); protected: float _frame_time1 = 0, _frame_time2 = 0; |