From: Derek Foreman Date: Wed, 26 Mar 2003 00:50:06 +0000 (+0000) Subject: added position to the textures X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=384ba398b2fd2aa3ac42c0df2ddbb647d2a139f1;p=chaz%2Fopenbox added position to the textures --- diff --git a/render/render.h b/render/render.h index 8363dd90..18894a33 100644 --- a/render/render.h +++ b/render/render.h @@ -111,6 +111,7 @@ typedef union { } TextureData; typedef struct Texture { + Rect position; TextureType type; TextureData data; } Texture;