]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Text.h
major refactor of texture system
[lugaru.git] / Source / Text.h
index eba21593e81082014951c7a547ec411455b7dac0..cec999569450723082be3f462a8cde904575561c 100644 (file)
@@ -29,10 +29,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Quaternions.h"
 #include "gamegl.h"
 #include "TGALoader.h"
+#include "Texture.h"
 
 class Text{
 public:
-       GLuint FontTexture;
+       Texture FontTexture;
        GLuint base;
 
        void LoadFontTexture(const char *fileName);