소스 검색

commented

MX 2 년 전
부모
커밋
e833cdb880
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      views/color_guess_color_set.c
  2. 1 1
      views/color_guess_play.c

+ 1 - 1
views/color_guess_color_set.c

@@ -7,7 +7,7 @@
 #include <gui/elements.h>
 #include <dolphin/dolphin.h>
 
-extern const Icon* digits[17];
+//extern const Icon* digits[17];
 
 struct ColorGuessColorSet {
     View* view;

+ 1 - 1
views/color_guess_play.c

@@ -9,7 +9,7 @@
 #include <gui/elements.h>
 #include <dolphin/dolphin.h>
 
-extern const Icon* digits[17];
+//extern const Icon* digits[17];
 
 struct ColorGuessPlay {
     View* view;