#ifndef _DATA_H_33526767_ #define _DATA_H_33526767_ /* * The [4]s below are sets. R, G, and B are 0..255; A is 0 * (transparent) or 1 (opaque). */ extern int cellx; extern int celly; /* celldata is really [NTYPES][celly][cellx][4] */ extern const unsigned char celldata[]; /* markdata is really [celly][cellx][4] */ extern const unsigned char markdata[]; #endif