MX hace 2 años
padre
commit
e833cdb880
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 <gui/elements.h>
 #include <dolphin/dolphin.h>
 #include <dolphin/dolphin.h>
 
 
-extern const Icon* digits[17];
+//extern const Icon* digits[17];
 
 
 struct ColorGuessColorSet {
 struct ColorGuessColorSet {
     View* view;
     View* view;

+ 1 - 1
views/color_guess_play.c

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