| 1234567891011121314151617181920212223 |
- #pragma once
- #include <subghz_bruteforcer_icons.h>
- #include <input/input.h>
- #include <gui/elements.h>
- #include <gui/icon.h>
- #include <gui/icon_animation.h>
- #include <assets_icons.h>
- /**
- * Thanks to the author of metronome
- * @param canvas
- * @param str
- */
- void elements_button_top_left(Canvas* canvas, const char* str);
- /**
- * Thanks to the author of metronome
- * @param canvas
- * @param str
- */
- void elements_button_top_right(Canvas* canvas, const char* str);
|