mirror of https://github.com/CGAL/cgal
26 lines
852 B
C++
26 lines
852 B
C++
/****************************************************************************
|
|
|
|
Copyright (c) 2018 GeometryFactory Sarl (France).
|
|
Copyright (C) 2002-2014 Gilles Debunne. All rights reserved.
|
|
|
|
This file is part of a fork of the QGLViewer library version 2.7.0.
|
|
|
|
*****************************************************************************/
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
#ifndef QGLVIEWER_IMPL_LIST_H
|
|
#define QGLVIEWER_IMPL_LIST_H
|
|
#include <CGAL/Qt/vec_impl.h>
|
|
#include <CGAL/Qt/quaternion_impl.h>
|
|
#include <CGAL/Qt/frame_impl.h>
|
|
#include <CGAL/Qt/constraint_impl.h>
|
|
#include <CGAL/Qt/manipulatedFrame_impl.h>
|
|
#include <CGAL/Qt/manipulatedCameraFrame_impl.h>
|
|
#include <CGAL/Qt/camera_impl.h>
|
|
#include <CGAL/Qt/keyFrameInterpolator_impl.h>
|
|
#include <CGAL/Qt/qglviewer_impl.h>
|
|
#include <CGAL/Qt/mouseGrabber_impl.h>
|
|
#endif
|