X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMain%2Fviewer.hxx;h=aa5fb12125d0727e202be729b8cbbdf9df4cda9c;hb=c56c520ab5baa9e5cb1c651bc0ac887aab1637f0;hp=7bfeb3b6b06b339e2a16dcc54db8ed88bb4c439f;hpb=470ee55fb7b3a913a14cb4e23ae526e624091822;p=flightgear.git diff --git a/src/Main/viewer.hxx b/src/Main/viewer.hxx index 7bfeb3b6b..aa5fb1212 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,242 +19,335 @@ // // 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