#include <gl... -> #include <GL...

This commit is contained in:
Federico Ponchio 2004-09-09 14:38:52 +00:00
parent 4f588fd884
commit 276c9f7dbb
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.9 2004/07/11 22:06:55 cignoni
Added scaling by wheel
Revision 1.8 2004/06/09 14:01:13 cignoni Revision 1.8 2004/06/09 14:01:13 cignoni
Heavily restructured. To be completed only rotation works... Heavily restructured. To be completed only rotation works...
@ -47,7 +50,7 @@ Adding copyright.
****************************************************************************/ ****************************************************************************/
#include<gl/glew.h> #include <GL/glew.h>
#include "trackball.h" #include "trackball.h"
#include <wrap/gl/math.h> #include <wrap/gl/math.h>