1 2 3 4 5 6 7 8
#ifndef _DATA_H #define _DATA_H /* embedded data */ extern const uint8_t binary_palette_start[]; extern const uint8_t binary_sprites_start[]; #endif /* _DATA_H */