#ifndef READ_RGB_H #define READ_RGB_H #include int load_image(const char* filename, int& h, int& w, long **& screen); #endif