#ifndef PNGREADER_H #define PNGREADER_H #include "common/utils/Types.h" namespace PNGReader { bool load(const char* path, u32* buffer, u32& maxWidth, u32& maxHeight); } #endif