X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fviewer.hxx;h=345828846a77d328dee13fed2584f1ab4d0f614d;hb=18d1593c42c2df60d7fb44ace722ca3e8a7fd82c;hp=19d5f2563c0500f92a3eb44170888b83270d15b9;hpb=152a5902c82013c75ba4b09149523867b8d9d136;p=flightgear.git diff --git a/src/Main/viewer.hxx b/src/Main/viewer.hxx index 19d5f2563..345828846 100644 --- a/src/Main/viewer.hxx +++ b/src/Main/viewer.hxx @@ -2,8 +2,10 @@ // // Written by Curtis Olson, started August 1997. // overhaul started October 2000. +// partially rewritten by Jim Wilson jim@kelcomaine.com using interface +// by David Megginson March 2002 // -// Copyright (C) 1997 - 2000 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1997 - 2000 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -17,7 +19,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -30,176 +32,372 @@ # error This library requires C++ #endif -#include -#include -#include +namespace flightgear +{ +class CameraGroup; +} + +#include -#include +#include +#include +#include +#include #include // plib include -#include -#include