mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
The implementation of the TextureLoaderBMP class. More...
Go to the source code of this file.
Macros | |
#define | DIB_HEADER_MARKER ((WORD) ('M' << 8) | 'B') |
Variables | |
const int | PADSIZE = 4 |
The implementation of the TextureLoaderBMP class.
Copyright Jan-Philipp Kappmeier, Melanie Schmidt
Definition in file TextureLoaderBMP.cpp.
#define DIB_HEADER_MARKER ((WORD) ('M' << 8) | 'B') |
Definition at line 74 of file TextureLoaderBMP.cpp.
const int PADSIZE = 4 |
Definition at line 75 of file TextureLoaderBMP.cpp.