Etterna 0.74.4
Loading...
Searching...
No Matches
RageSurface_Save_PNG.h
1/* RageSurface_Save_PNG - Save a RageSurface to a PNG. */
2
3#ifndef RAGE_SURFACE_SAVE_PNG_H
4#define RAGE_SURFACE_SAVE_PNG_H
5
6struct RageSurface;
7class RageFile;
8
10namespace RageSurfaceUtils {
11bool
12SavePNG(RageSurface* pImg, RageFile& f, std::string& sError);
13};
14
15#endif
High-level file access.
Definition RageFile.h:16
Utility functions for the RageSurfaces.
Definition RageSurface_Load.h:7
Definition RageSurface.h:90