1
0
Fork 0

Restore inclusion of GLU.h

This commit is contained in:
fredb 2008-07-27 16:08:45 +00:00
parent 3db0cf1659
commit 967bf101ef
4 changed files with 8 additions and 0 deletions

View file

@ -47,6 +47,8 @@
#include "hud.hxx"
#include SG_GLU_H
static HUD_Properties *HUDprop = 0;

View file

@ -34,6 +34,8 @@
#include <simgear/math/polar3d.hxx>
#include <ATCDCL/ATCutils.hxx>
#include SG_GLU_H
// int x, int y, int width, int height, float scale_data, bool working)

View file

@ -57,6 +57,8 @@
#include "hud.hxx"
#include "panel.hxx"
#include SG_GLU_H
#define WIN_X 0
#define WIN_Y 0
#define WIN_W 1024

View file

@ -37,6 +37,8 @@
#include "HUD.hxx"
#include SG_GLU_H
static float clamp(float f)
{