Don't refference GLUT but GLU instead.

This commit is contained in:
ehofman 2005-04-24 13:55:20 +00:00
parent 2b1e5927ca
commit 9048ee533d
3 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,7 @@
#include <plib/ssg.h>
#include <simgear/screen/extensions.hxx>
#include <simgear/screen/RenderTexture.h>
#include SG_GLUT_H
#include SG_GLU_H
#include "bbcache.hxx"

View File

@ -31,7 +31,6 @@
#include <simgear/math/sg_geodesy.hxx>
#include STL_ALGORITHM
#include SG_GLUT_H
#include <vector>
SG_USING_STD(vector);

View File

@ -31,7 +31,7 @@
#include <simgear/misc/sg_path.hxx>
#include STL_ALGORITHM
#include SG_GLUT_H
#include SG_GLU_H
#include "newcloud.hxx"