src/bmp.h
branchnoai
changeset 9723 eee46cb39750
parent 6574 e1d1a12faaf7
child 10429 1b99254f9607
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     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