// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include "SGMath.hxx"
#ifndef NO_OPENSCENEGRAPH_INTERFACE
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include "project.hxx"
+#ifndef NO_OPENSCENEGRAPH_INTERFACE
+
#include <osg/Math>
#include <osg/Matrixd>
}
}
+
+#endif // of NO_OPENSCENEGRAPH_INTERFACE
+
//
#ifndef SIMGEAR_PROJECT_HXX
#define SIMGEAR_PROJECT_HXX 1
+
+#ifndef NO_OPENSCENEGRAPH_INTERFACE
+
#include <osg/GL>
namespace simgear
const GLint *view,
GLdouble* winX, GLdouble* winY, GLdouble* winZ);
}
+
+#endif // of NO_OPENSCENEGRAPH_INTERFACE
+
#endif
+
//
// $Id$
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
+#ifndef NO_OPENSCENEGRAPH_INTERFACE
+
#include <osgDB/Registry>
#include "PathOptions.hxx"
options->setDatabasePath(path.str());
return options;
}
+
+#endif // of NO_OPENSCENEGRAPH_INTERFACE
#ifndef PATHOPTIONSHXX
#define PATHOPTIONSHXX 1
+#ifndef NO_OPENSCENEGRAPH_INTERFACE
#include <osgDB/ReaderWriter>
#include <simgear/misc/sg_path.hxx>
osgDB::ReaderWriter::Options* makeOptionsFromPath(const SGPath&);
}
#endif
+
+#endif
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include "interpolator.hxx"
#include <simgear/math/SGMath.hxx>
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
#include <simgear/compiler.h>
// Test harness.
////////////////////////////////////////////////////////////////////////
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include <simgear/compiler.h>
#include <iostream>
#include <boost/pool/detail/singleton.hpp>
+#ifndef NO_OPENSCENEGRAPH_INTERFACE
#include <osg/Referenced>
#include <osg/ref_ptr>
+#endif
namespace simgear
{
}
};
+#ifndef NO_OPENSCENEGRAPH_INTERFACE
template <typename RefClass>
class SingletonRefPtr
{
return SingletonRefPtr<RefClass>::instance();
}
};
+#endif // of NO_OPENSCENEGRAPH_INTERFACE
+
}
#endif
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include "event_mgr.hxx"
#include <simgear/math/SGMath.hxx>
//
// $Id$
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include <simgear/debug/logstream.hxx>
#include <simgear/timing/timestamp.hxx>
*
************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include <errno.h>
#include <string.h>
#include <stdio.h>