Added #include <glew.h>

This commit is contained in:
Federico Ponchio 2004-05-12 13:07:47 +00:00
parent 522f0025c7
commit 8a4f1f166f
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.3 2004/05/04 23:36:23 cignoni
remove include of gl and added glextgension exploiting,
Revision 1.2 2004/04/07 10:47:03 cignoni
inlined functions for avoid multiple linking errors
@ -38,8 +41,8 @@ Revision 1.1 2004/03/31 15:27:17 ponchio
#include <vcg/math/matrix44.h>
#include <vcg/math/similarity.h>
/// Note that this file assume that you have already included your
/// GLextesnion managing system
#include <gl/glew.h>
namespace vcg {
inline void glMultMatrix(const Matrix44f &matrix) {