X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSprite.h;h=819db208edc45fed7b19a96e8a73d77cf9bc9def;hb=44a7a511006ac6ec094cab1ac87522ad72f5bc4d;hp=7f25a8425e386f3623c7ef4c8f3238b447bdfe34;hpb=6ba5a2e2ff4c5cb2e029890956f636a599d2eb8c;p=lugaru.git diff --git a/Source/Sprite.h b/Source/Sprite.h index 7f25a84..819db20 100644 --- a/Source/Sprite.h +++ b/Source/Sprite.h @@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Lights.h" #include "Terrain.h" #include "Objects.h" +#include "Texture.h" #include @@ -88,20 +89,20 @@ class Sprite{ } static void clearTextures(); - static GLuint cloudtexture; - static GLuint bloodtexture; - static GLuint flametexture; - static GLuint smoketexture; + static Texture cloudtexture; + static Texture bloodtexture; + static Texture flametexture; + static Texture smoketexture; - static GLuint cloudimpacttexture; - static GLuint snowflaketexture; - static GLuint shinetexture; - static GLuint bloodflametexture; + static Texture cloudimpacttexture; + static Texture snowflaketexture; + static Texture shinetexture; + static Texture bloodflametexture; - static GLuint splintertexture; + static Texture splintertexture; - static GLuint leaftexture; - static GLuint toothtexture; + static Texture leaftexture; + static Texture toothtexture; Sprite(); ~Sprite();