version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_face_h = | | * static char *rcsid_face_h = |
* "$Id: face.h,v 1.2 1999/07/13 06:02:52 cvs Exp $"; | | * "$Id: face.h,v 1.3 2001/12/03 07:51:40 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* create a new face with that color. | | * create a new face with that color. |
*/ | | */ |
typedef struct new_face_struct { | | typedef struct new_face_struct { |
uint16 number; /* This is the image id. IT should be the */ | | uint16 number; /* This is the image id. It should be the */ |
/* same value as its position in the array */ | | /* same value as its position in the array */ |
uint8 fg, bg; | | |
char *name; | | char *name; |
uint8 visibility; | | uint8 visibility; |
uint8 magicmap; | | uint8 magicmap; /* Color to show this in magic map */ |
} New_Face; | | } New_Face; |
| | |
typedef struct map_look_struct { | | typedef struct map_look_struct { |