Etterna 0.74.4
Loading...
Searching...
No Matches
RageSurface_Save_BMP.h
1/* RageSurface_Save_BMP - Save a RageSurface to a BMP. */
2
3#ifndef RAGE_SURFACE_SAVE_BMP_H
4#define RAGE_SURFACE_SAVE_BMP_H
5
6struct RageSurface;
7class RageFile;
8
10namespace RageSurfaceUtils {
11bool
12SaveBMP(RageSurface* surface, RageFile& f);
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