Restore inclusion of GLU.h
This commit is contained in:
parent
3db0cf1659
commit
967bf101ef
4 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
|
||||
#include "hud.hxx"
|
||||
|
||||
#include SG_GLU_H
|
||||
|
||||
|
||||
static HUD_Properties *HUDprop = 0;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
|
||||
#include "HUD.hxx"
|
||||
|
||||
#include SG_GLU_H
|
||||
|
||||
|
||||
static float clamp(float f)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue