]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sprite.h
formatted if statements (Person.cpp)
[lugaru.git] / Source / Sprite.h
index 7f25a8425e386f3623c7ef4c8f3238b447bdfe34..819db208edc45fed7b19a96e8a73d77cf9bc9def 100644 (file)
@@ -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 <vector>
 
@@ -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();