瀏覽代碼

Add assets_icons.h

Willy-JL 2 年之前
父節點
當前提交
02a1df1d46
共有 3 個文件被更改,包括 6 次插入0 次删除
  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 {