X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fviewer.hxx;h=7005e661ff6b029f44e08a70b48855a058d4b872;hb=658715f90b19e3d99fed48e01f7f4fc13842b25f;hp=334ecb68c778e3e4f8fda3507bb5004285b742e6;hpb=01c44cbb99691b2a38527b40721330b2b143e604;p=flightgear.git diff --git a/src/Main/viewer.hxx b/src/Main/viewer.hxx index 334ecb68c..7005e661f 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,190 +19,336 @@ // // 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$ #ifndef _VIEWER_HXX -#define _VIEWER_HXX +#define _VIEWER_HXX +namespace flightgear +{ +class CameraGroup; +} -#ifndef __cplusplus -# error This library requires C++ -#endif +#include #include -#include -#include - -#include - -#include // plib include - -#include -#include