X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FText.h;h=cec999569450723082be3f462a8cde904575561c;hb=26debbd380c6922e5a0b60d99567c6374a4fef9a;hp=eba21593e81082014951c7a547ec411455b7dac0;hpb=af283344ca70f7fbe9abd0d269511bc4ec3ff4bf;p=lugaru.git diff --git a/Source/Text.h b/Source/Text.h index eba2159..cec9995 100644 --- a/Source/Text.h +++ b/Source/Text.h @@ -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);