src/bmp.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6574 e1d1a12faaf7
child 10429 1b99254f9607
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     2 
     2 
     3 /** @file bmp.h */
     3 /** @file bmp.h */
     4 
     4 
     5 #ifndef BMP_H
     5 #ifndef BMP_H
     6 #define BMP_H
     6 #define BMP_H
       
     7 
       
     8 #include "gfx_type.h"
     7 
     9 
     8 struct BmpInfo {
    10 struct BmpInfo {
     9 	uint32 offset;       ///< offset of bitmap data from .bmp file begining
    11 	uint32 offset;       ///< offset of bitmap data from .bmp file begining
    10 	uint32 width;        ///< bitmap width
    12 	uint32 width;        ///< bitmap width
    11 	uint32 height;       ///< bitmap height
    13 	uint32 height;       ///< bitmap height