Forráskód Böngészése

Add assets_icons.h

Willy-JL 2 éve
szülő
commit
02a1df1d46
3 módosított fájl, 6 hozzáadás és 0 törlés
  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 {