#pragma once #ifdef __ANDROID__ #include #else #include #endif namespace satdump { void draw_loader(int width, int height, float scale, GLuint *image_texture, std::string str); }