Etterna
0.74.4
Loading...
Searching...
No Matches
src
RageUtil
Graphics
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
6
struct
RageSurface
;
7
class
RageFile
;
8
10
namespace
RageSurfaceUtils
{
11
bool
12
SaveBMP(
RageSurface
* surface,
RageFile
& f);
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