#ifndef PNGREADER_H #define PNGREADER_H namespace PNGReader { bool load(const char* path, int* buffer, int& maxWidth, int& maxHeight); } #endif