offsets in planar surfaces

This commit is contained in:
Derek Foreman 2003-03-17 04:42:49 +00:00
parent 1fae0f4df3
commit 3147507622

View file

@ -71,6 +71,10 @@ typedef enum {
} TextureType;
typedef struct PlanarSurface {
int xoff;
int yoff;
int width;
int height;
SurfaceColorType grad;
ReliefType relief;
BevelType bevel;