#ifndef INCLUDED_BMPFILE_HPP #define INCLUDED_BMPFILE_HPP #include #include namespace Util { extern bool WriteRGBA8SurfaceToBMP(const std::string &file_name, const uint8_t *pixels, int32_t width, int32_t height, bool flip_vertical); } // Util #endif // INCLUDED_BMPFILE_HPP