#ifndef SCREENSHOT_H__ #define SCREENSHOT_H__ #include void saveBMP(const char *filename, const uint8_t *bits, const uint8_t *pal, int w, int h); #endif