GUI: intro, part 7 - DO NOT USE

This commit is contained in:
tildearrow 2023-02-17 19:40:18 -05:00
parent 92f4e48228
commit 474f6c7ebf
6 changed files with 15474 additions and 8 deletions

View file

@ -33,4 +33,7 @@ extern const unsigned int image_logo_size;
extern const unsigned char image_wordmark_data[];
extern const unsigned int image_wordmark_size;
extern const unsigned char image_introbg_data[];
extern const unsigned int image_introbg_size;
#endif