Etterna
0.74.4
Loading...
Searching...
No Matches
src
RageUtil
Graphics
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
6
struct
RageSurface
;
7
class
RageFile
;
8
10
namespace
RageSurfaceUtils
{
11
bool
12
SavePNG(
RageSurface
* pImg,
RageFile
& f, std::string& sError);
13
};
14
15
#endif
RageFile
High-level file access.
Definition
RageFile.h:16
RageSurfaceUtils
Utility functions for the RageSurfaces.
Definition
RageSurface_Load.h:7
RageSurface
Definition
RageSurface.h:90
Generated by
1.9.8