added "NoTexture" type

This commit is contained in:
Derek Foreman 2003-03-26 05:23:28 +00:00
parent 634de7191b
commit c9c72cbe29

View file

@ -40,7 +40,8 @@ typedef enum {
typedef enum { typedef enum {
Bitmask, Bitmask,
Text, Text,
RGBA RGBA,
NoTexture
} TextureType; } TextureType;
typedef struct PlanarSurface { typedef struct PlanarSurface {