#ifndef SCREENSHOT_H__ #define SCREENSHOT_H__ #include void saveTGA(const char *filename, const uint8_t *rgb, int w, int h); #endif