From: Mikko Rasa Date: Mon, 1 Nov 2010 10:06:11 +0000 (+0000) Subject: Include version_1_3.h for multitexturing X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5a07a1fdfa420d257221228676a3c76a5eb4f44f;hp=c4cacaf8f9225e006e6bb35f81eb6c2f78602bdc;p=libs%2Fgl.git Include version_1_3.h for multitexturing --- diff --git a/source/vertexarray.cpp b/source/vertexarray.cpp index 6d669902..395f217a 100644 --- a/source/vertexarray.cpp +++ b/source/vertexarray.cpp @@ -9,6 +9,7 @@ Distributed under the LGPL #include "extension.h" #include "gl.h" #include "version_1_2.h" +#include "version_1_3.h" #include "vertexarray.h" #include "vertexbuffer.h"