offsets in planar surfaces
This commit is contained in:
parent
1fae0f4df3
commit
3147507622
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ typedef enum {
|
|||
} TextureType;
|
||||
|
||||
typedef struct PlanarSurface {
|
||||
int xoff;
|
||||
int yoff;
|
||||
int width;
|
||||
int height;
|
||||
SurfaceColorType grad;
|
||||
ReliefType relief;
|
||||
BevelType bevel;
|
||||
|
|
Loading…
Reference in a new issue