Explorar o código

Add assets_icons.h

Willy-JL %!s(int64=2) %!d(string=hai) anos
pai
achega
02a1df1d46
Modificáronse 3 ficheiros con 6 adicións e 0 borrados
  1. 2 0
      helpers/gui_top_buttons.h
  2. 2 0
      subbrute_i.h
  3. 2 0
      views/subbrute_attack_view.c

+ 2 - 0
helpers/gui_top_buttons.h

@@ -6,6 +6,8 @@
 #include <gui/icon.h>
 #include <gui/icon_animation.h>
 
+#include <assets_icons.h>
+
 /**
  * Thanks to the author of metronome
  * @param canvas

+ 2 - 0
subbrute_i.h

@@ -19,6 +19,8 @@
 
 #include "subghz_bruteforcer_icons.h"
 
+#include <assets_icons.h>
+
 #include <dialogs/dialogs.h>
 
 #include <notification/notification.h>

+ 2 - 0
views/subbrute_attack_view.c

@@ -7,6 +7,8 @@
 #include <gui/icon_animation.h>
 #include <subghz_bruteforcer_icons.h>
 
+#include <assets_icons.h>
+
 #define TAG "SubBruteAttackView"
 
 struct SubBruteAttackView {