Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Bmp.h File Reference

Go to the source code of this file.

Classes

struct  BmpFileHeader
struct  BmpInfoHeader
struct  BmpImage

Enumerations

enum  { BMP_OK, BMP_NOMEM, BMP_INVALID, BMP_NOFILE }

Variables

const int BMP_FILE_HDR_SIZE = 14
const int BMP_INFO_HDR_SIZE = 40

Enumeration Type Documentation

anonymous enum
Enumerator:
BMP_OK 
BMP_NOMEM 
BMP_INVALID 
BMP_NOFILE 

Definition at line 20 of file Bmp.h.


Variable Documentation

const int BMP_FILE_HDR_SIZE = 14

Definition at line 46 of file Bmp.h.

const int BMP_INFO_HDR_SIZE = 40

Definition at line 47 of file Bmp.h.