45 #ifndef CFileImageBMPH 46 #define CFileImageBMPH 74 bool cLoadFileBMP(cImage* a_image,
const std::string& a_filename);
77 bool cSaveFileBMP(cImage* a_image,
const std::string& a_filename);
bool cSaveFileBMP(cImage *a_image, const std::string &a_filename)
This function saves a BMP image file.
Definition: CFileImageBMP.cpp:374
bool cLoadFileBMP(cImage *a_image, const std::string &a_filename)
This function loads a BMP image file.
Definition: CFileImageBMP.cpp:135
Definition: CAudioBuffer.cpp:56
Implements a 2D image data structure.