#include "load_png.cpp" #include <> int load_png(const char* filename, int& h, int& w, long **& screen) { }