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