mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
implemented BMP reader
This commit is contained in:
@@ -149,6 +149,7 @@ struct Image
|
||||
|
||||
Image *readTGA(const char *filename);
|
||||
void writeTGA(Image *image, const char *filename);
|
||||
Image *readBMP(const char *filename);
|
||||
void writeBMP(Image *image, const char *filename);
|
||||
|
||||
// used to emulate d3d and xbox textures
|
||||
|
||||
Reference in New Issue
Block a user