#ifndef STRETCH_H #define STRETCH_H #include extern const uint64_t bs_1bpp_to_8bpp[256]; extern const uint32_t bs_2bpp_to_8bpp[256]; extern const uint16_t bs_4bpp_to_8bpp[256]; #endif;