comparison Samples/Sdl/TrackerSampleApp.h @ 754:92c400a09f1b

Merge from default
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 May 2019 16:13:46 +0200
parents 4d69256d2a46
children 07adcffba38c
comparison
equal deleted inserted replaced
753:a386bbc955dc 754:92c400a09f1b
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include <Framework/Scene2DViewport/PointerTypes.h>
22 21
23 #include <Framework/Messages/IObserver.h> 22 #include "../../Framework/Messages/IObserver.h"
24 23 #include "../../Framework/Scene2D/OpenGLCompositor.h"
25 #include <Framework/Scene2D/OpenGLCompositor.h> 24 #include "../../Framework/Scene2DViewport/IFlexiblePointerTracker.h"
26 25 #include "../../Framework/Scene2DViewport/MeasureTools.h"
27 #include <Framework/Scene2DViewport/ViewportController.h> 26 #include "../../Framework/Scene2DViewport/PointerTypes.h"
28 #include <Framework/Scene2DViewport/IFlexiblePointerTracker.h> 27 #include "../../Framework/Scene2DViewport/ViewportController.h"
29 #include <Framework/Scene2DViewport/MeasureTools.h>
30 28
31 #include <SDL.h> 29 #include <SDL.h>
32 30
33 #include <boost/make_shared.hpp> 31 #include <boost/make_shared.hpp>
34 #include <boost/shared_ptr.hpp> 32 #include <boost/shared_ptr.hpp>