#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
Go to the source code of this file.
Compounds | |
class | CTexture |
struct | tagPCXHEADER |
Defines | |
#define | PCX_MAGIC 0X0A |
#define | PCX_256_COLORS 0X0C |
#define | PCX_HDR_SIZE 128 |
#define | PCX_MAXCOLORS 256 |
#define | PCX_MAXPLANES 4 |
#define | PCX_MAXVAL 255 |
#define | MAX_TEXTURE_NAME_LENGTH 64 |
Typedefs | |
typedef tagPCXHEADER * | LPPCXHEADER |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|