diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-03 17:29:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-03 20:34:02 +0100 |
commit | 943feead3da4439db921f310ed0994f8c9fbf0f7 (patch) | |
tree | 8124337ee7f4b15f453ea1a0f7abd26bdfd4be99 /floormat/main.hpp | |
parent | f947c96ba400784090aa36c5bde469c92843083d (diff) |
main: add debug break function
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; |