Browse Source

Chess: Icons

Willy-JL 2 years ago
parent
commit
59b0d67edb
2 changed files with 2 additions and 0 deletions
  1. BIN
      chess/icons/Background_128x11.png
  2. 2 0
      chess/views/flipchess_startscreen.c

BIN
chess/icons/Background_128x11.png


+ 2 - 0
chess/views/flipchess_startscreen.c

@@ -5,6 +5,8 @@
 #include <gui/elements.h>
 #include "flipchess_icons.h"
 
+#include <assets_icons.h>
+
 struct FlipChessStartscreen {
     View* view;
     FlipChessStartscreenCallback callback;