polar.h -> polar3d.h
This commit is contained in:
parent
0e9aeaf3ff
commit
6382b36f23
3 changed files with 16 additions and 7 deletions
|
@ -42,7 +42,7 @@
|
|||
#include <Debug/fg_debug.h>
|
||||
#include <Math/fg_random.h>
|
||||
#include <Math/mat3.h>
|
||||
#include <Math/polar.h>
|
||||
#include <Math/polar3d.h>
|
||||
#include <Scenery/scenery.hxx>
|
||||
#include <Time/fg_timer.hxx>
|
||||
#include <Weather/weather.h>
|
||||
|
@ -104,9 +104,12 @@ void fgCockpitUpdate( void )
|
|||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.3 1998/04/30 12:36:02 curt
|
||||
/* C++-ifying a couple source files.
|
||||
/* Revision 1.4 1998/05/03 00:46:45 curt
|
||||
/* polar.h -> polar3d.h
|
||||
/*
|
||||
* Revision 1.3 1998/04/30 12:36:02 curt
|
||||
* C++-ifying a couple source files.
|
||||
*
|
||||
* Revision 1.2 1998/04/25 22:06:26 curt
|
||||
* Edited cvs log messages in source files ... bad bad bad!
|
||||
*
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <Include/fg_constants.h>
|
||||
#include <Math/fg_random.h>
|
||||
#include <Math/mat3.h>
|
||||
#include <Math/polar.h>
|
||||
#include <Math/polar3d.h>
|
||||
#include <Scenery/scenery.hxx>
|
||||
#include <Time/fg_timer.hxx>
|
||||
#include <Weather/weather.h>
|
||||
|
@ -1605,9 +1605,12 @@ void fgHUDSetBrightness( Hptr hud, int brightness )
|
|||
}
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.3 1998/04/30 12:36:02 curt
|
||||
/* C++-ifying a couple source files.
|
||||
/* Revision 1.4 1998/05/03 00:46:46 curt
|
||||
/* polar.h -> polar3d.h
|
||||
/*
|
||||
* Revision 1.3 1998/04/30 12:36:02 curt
|
||||
* C++-ifying a couple source files.
|
||||
*
|
||||
* Revision 1.2 1998/04/25 22:06:27 curt
|
||||
* Edited cvs log messages in source files ... bad bad bad!
|
||||
*
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <Math/fg_geodesy.h>
|
||||
#include <Math/interpolater.hxx>
|
||||
#include <Math/mat3.h>
|
||||
#include <Math/polar.h>
|
||||
#include <Math/polar3d.h>
|
||||
|
||||
#include "fg_time.hxx"
|
||||
#include "light.hxx"
|
||||
|
@ -158,6 +158,9 @@ void fgLightUpdate( void ) {
|
|||
|
||||
|
||||
// $Log$
|
||||
// Revision 1.5 1998/05/03 00:48:38 curt
|
||||
// polar.h -> polar3d.h
|
||||
//
|
||||
// Revision 1.4 1998/04/28 01:22:18 curt
|
||||
// Type-ified fgTIME and fgVIEW.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue