added position to the textures

This commit is contained in:
Derek Foreman 2003-03-26 00:50:06 +00:00
parent fede14d6a2
commit 384ba398b2

View file

@ -111,6 +111,7 @@ typedef union {
} TextureData;
typedef struct Texture {
Rect position;
TextureType type;
TextureData data;
} Texture;