Yes, let's save 32-bit BMP files, very useful for you know, making a game...
This commit is contained in:
parent
c06f45e2ba
commit
dd506a225a
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
||||||
#include "SDL_endian.h"
|
#include "SDL_endian.h"
|
||||||
#include "SDL_pixels_c.h"
|
#include "SDL_pixels_c.h"
|
||||||
|
|
||||||
|
#define SAVE_32BIT_BMP
|
||||||
|
|
||||||
/* Compression encodings for BMP files */
|
/* Compression encodings for BMP files */
|
||||||
#ifndef BI_RGB
|
#ifndef BI_RGB
|
||||||
#define BI_RGB 0
|
#define BI_RGB 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue