#include <fstream>
#include <GL/glut.h>


Go to the source code of this file.
Data Structures | |
| struct | _BITMAPFILEHEADER | 
| The header of a bitmap file structure.  More... | |
| struct | _BITMAPINFOHEADER | 
| The header of the bitmap datas structure.  More... | |
| struct | _RGBQUAD | 
| The entries of the color table structure.  More... | |
| class | Image | 
Typedefs | |
| typedef struct _BITMAPFILEHEADER | BITMAPFILEHEADER | 
| Header of a bitmap file.  | |
| typedef struct _BITMAPINFOHEADER | BITMAPINFOHEADER | 
| Header of the bitmap datas.  | |
| typedef struct _RGBQUAD | RGBQUAD | 
| Entries of the color table.  | |
Definition in file Image.h.
 1.5.4